SouthPark_Script_Data {SouthParkRshiny} | R Documentation |
SouthPark Script Data
Description
Data for the scripts scraped from the website are stored here. The data consists of season, episode, character and line.
Usage
SouthPark_Script_Data
Format
A dataframe with
Season
Season Number
Episode
Episode Number
Character
Character Name
Line
The lines the character spoke
Examples
unique(SouthPark_Script_Data$Season) # the seasons of the show
unique(SouthPark_Script_Data$Character) |> length() # the unique characters in the show
[Package SouthParkRshiny version 1.0.0 Index]