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