characters: Information Search

Description Usage Arguments Value Author(s) Examples

View source: R/characters.R

Description

This function allows the user to search for some detailed information they want to know about a character.

Usage

1
characters(id = "1", func = "display")

Arguments

id

The id of the character the user wants to search for, it can also be the full name of the character. (like 'Walter White')

func

Specify what exactly the user wants to know about this character, valid inputs include display(all available information), occupation, status, death count, portrayed and image. Display is the default.

Value

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

Author(s)

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

Examples

1
2
3
4
characters()
characters(5, "display")
characters(7, "occupation")
characters("Jesse Pinkman", "image")

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