#' @title 200-Meter Olympic Records from 1900 to 2020
#'
#' @description A data set containing the record times and record values of the
#' 200-meter competition at the Olympic games, from 1900 to 2020.
#' The variables are the following:
#'
#' \itemize{
#' \item year : Year of the record time
#' \item time : Record time
#' \item value : Record value in seconds
#' }
#'
#' @note In this data set, the interest lies in the lower records. Although
#' the Olympic Games are held every 4 years, not all of these occasions have
#' been held, so only the games that have taken place are considered in the
#' definition of time.
#'
#' @docType data
#' @keywords datasets
#' @name Olympic_records_200m
#' @source \url{https://olympics.com/en/}
#' @seealso \code{\link{series_record}}
#' @usage data(Olympic_records_200m)
#' @format A data frame with 12 rows and 3 variables.
"Olympic_records_200m"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.