| SouthPark_IMDB_Data {SouthParkRshiny} | 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.
Description
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.
Usage
SouthPark_IMDB_Data
Format
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
Examples
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
[Package SouthParkRshiny version 1.0.0 Index]