R/tt.R

#' 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"
schubertjan/giro2019 documentation built on June 1, 2019, 6:08 p.m.