#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.