| SouthPark_IMDB_Data | R Documentation |
SouthPark IMDB Data Data from the IMDB website are extracted for the show. The data consists of season, episode, primarytitle, originaltitle, year, runtime(in minutes), averagerating and number of votes.
SouthPark_IMDB_Data
A dataframe with
SeasonSeason Number
EpisodeEpisode Number
PrimaryTitleprimary title of the episode
OriginalTitleoriginal title of the episode
Yearyear the episode was aired
Runtimeruntime in minutes
AverageRatingaverage rating out of 10
NumberOfVotesnumber of votes recorded
sort(unique(SouthPark_IMDB_Data$Season)) # the seasons of the show
mean(SouthPark_IMDB_Data$AverageRating) # the average rating of the show
sum(SouthPark_IMDB_Data$NumberOfVotes) # sum of the number of votes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.