seasons | R Documentation |
Data on each of the first 24 seasons of the UK TV show "I'm A Celebrity, Get Me Out Of Here"
seasons
seasons
A data frame with 24 rows and 11 columns:
(numeric) Season of the show
(numeric) Number of celebrities participating this season
(character) Location where the season was filmed
(character) Names of the two presenters for the show this season
(numeric) Number of episodes (usually - but not always - the number of days the season ran for)
(Date) Date of the first episode
(Date) Date of the final episode
(character) Name of the celebrity who was crowned King/Queen of the Jungle
(character) Name of the second-placed celebrity in the final
(character) Name of the third-placed celebrity in the final
(numeric) Average number of viewers in millions across all episodes this season
{
# Which season was not presented by Ant and Dec
seasons$season[seasons$presenters != "Ant & Dec"]
# How many seasons have been set in Wales
sum(grepl("Abergele, Wales", seasons$location))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.