Nothing
#' Data about each series aired in the UK (raw)
#'
#' This dataset has one row per series aired in the UK as 'The Great British
#' Bake Off'. When did a series premiere in the UK? When was the finale episode?
#' How many viewers on average did a series have?
#'
#' @format A data frame with 10 rows representing individual series and 11 variables:
#' \describe{
#' \item{series}{A factor denoting UK series (`1`-`10`).}
#' \item{episodes}{An integer denoting total number of episodes within
#' series.}
#' \item{premiere}{A date denoting original airdate of series premiere episode
#' in the UK.}
#' \item{finale}{A date denoting original airdate of series finale episode in
#' the UK.}
#' \item{winner}{A character string denoting name of series winner.}
#' \item{avg_uk_viewers}{Average UK viewers in millions. Also see
#' \code{\link{ratings}}.}
#' \item{day_of_week}{A character string denoting weekday that series'
#' episodes aired in UK.}
#' \item{timeslot}{time of day that series' episodes aired in UK (24-hour
#' clock).}
#' \item{channel}{A character string denoting channel that series aired on:
#' one of `BBC One`, `BBC Two`, or `Channel 4`.}
#' \item{runner_up_1}{A character string denoting the name of one of the
#' bakers who was a series runner-up. The number is not meaningful.}
#' \item{runner_up_2}{A character string denoting the name of one of the
#' bakers who was a series runner-up. The number is not meaningful.}
#' }
#' @source See
#' \url{https://en.wikipedia.org/wiki/The_Great_British_Bake_Off#Series_overview}
#' @examples
#' if (require('tibble')) {
#' series_raw
#' }
#' head(series_raw)
"series_raw"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.