SouthPark_Script_Data: SouthPark Script Data

SouthPark_Script_DataR 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


SouthParkRshiny documentation built on May 29, 2024, 1:23 a.m.