R/example_gymnastics_2.R

#' Example gymnastics data, set 2
#'
#' Women's gymnastics team scores in the 2012 and 2016 Olympics for the
#' United States, Russia, and China in the vault and floor events.
#'
#' @format A data frame with 3 rows and 5 variables.
#' \describe{
#'   \item{country}{Country}
#'   \item{vault_2012}{Vault score in 2012 Olympics}
#'   \item{floor_2012}{Floor score in 2012 Olympics}
#'   \item{vault_2016}{Vault score in 2016 Olympics}
#'   \item{floor_2016}{Floor score in 2016 Olympics}
#' }
#'
#' @source Wikipedia.
"example_gymnastics_2"
dcl-docs/dcldata documentation built on June 28, 2021, 1:54 p.m.