death: All Death Scenarios

Description Usage Arguments Value Author(s) Examples

View source: R/death.R

Description

This function allows the user to retrieve information about some death scenarios that happened in the Breaking Bad

Usage

1
death(func = "random", weapon = "gun")

Arguments

func

Specify what the user wants this function to perform, valid inputs include random(some information about a death at random), all(retrieve information about every death happened in Breaking Bad) and search(search for death scenarios by a specific cause)

weapon

The casue of death, valid input include ("gun","shot","stab","knive","bomb","poison","strangle","garrote","crush","beat","decapitate","overdose","slit","collide")

Value

A table includes the requested(specified by *func*) information.

Author(s)

Chuze Zhang <https://github.com/QMSS-G5072-2019/Zhang_Chuze>

Examples

1
2
3
4
death()
death("random")
death("all")
death("search", "bomb")

czhang2581/BrkbadWiki documentation built on Dec. 16, 2019, 12:39 a.m.