cast: Search for Cast Memebers

Description Usage Arguments Value Author(s) Examples

View source: R/cast.R

Description

If the user is particularly interested in one of the actors or actresses that appeared in the show, he or she can use this function to search for some detailed information about that actor or actress.

Usage

1
cast(id = "1")

Arguments

id

The id of the character (portrayed by the actor/actress the user is interested in) the user wants to search for, it can also be the full name of the character. (like "Walter White")

Value

A table with some detailed information about an actor or actress who portrayed the character the user gave input to the function.

Author(s)

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

Examples

1
2
3
4
cast()
cast("10")
cast("38")
cast("Jesse Pinkman")

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