seasons_raw | R Documentation |
This data has one row per season aired in the US as 'The Great British Baking Show'.
seasons_raw
A data frame with 8 rows representing individual series and 11 variables:
an integer denoting UK series (1
-8
)
an integer denoting total number of episodes within series
an integer denoting US season (1
-5
)
a date denoting original airdate of episode in the US, according to pbs.org
US airdates manually recorded from https://www.pbs.org/food/shows/great-british-baking-show/
if (require('tibble')) { seasons_raw } head(seasons_raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.