Nothing
#' Data of competition results of decathlon for men
#'
#' The decathlon for men is a combined event in athletics consisting of 10 track and field events: 100 metres, 400 metres, 1500 metres, 110 metre hurdles, long jump, high jump, pole vault, discus throw, javelin throw, and shotput.
#'
#' @format A tibble with 7,958 rows and 10 variables:
#' \describe{
#' \item{race100m}{dbl result of 100m race in seconds}
#' \item{longjump}{dbl result of long jump in meters}
#' \item{shotput}{dbl result of shot put in meters}
#' \item{highjump}{dbl result of high jump in meters}
#' \item{race400m}{dbl result of 400m race in seconds}
#' \item{race110mhurdles}{dbl result of 110m hurdles race in seconds}
#' \item{discus}{dbl result of discus throw in meters}
#' \item{polevault}{dbl result of pole valut in meters}
#' \item{javelinthrow}{dbl result of javelin throw in meters}
#' \item{race1500m}{dbl result of 1500m race in seconds}
#' }
"decathlon"
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.