#' Time Trial Data
#'
#' This dataset contains tt data form years 2019 and 2018
#'
#' @format A data frame with 21 rows and 5 variables:
#' \describe{
#' \item{rider}{rider's name, character}
#' \item{race}{name of the race, character}
#' \item{time}{time in minutes, numeric}
#' \item{speed}{speed in kmh, numeric}
#' \item{len}{lenght in km, numeric}
#' }
#' @source \url{http://procyclingstats.com/}
"tt"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.