R/heptathlon_points.R

#' Heptathlon points data.
#'
#' Final scores for the heptathlon at the 2012 Olympic Games in London for the 29 athletes
#' who completed all events and were not disqualified.
#'
#' @name heptathlon_points
#' @docType data
#' @usage data(heptathlon_points)
#' @return A data frame with 29 rows and 1 variable in the column Points.
#' @source The data were taken from Wikipedia at
#' \url{https://en.wikipedia.org/wiki/Athletics_at_the_2012_Summer_Olympics_\%E2\%80\%93_Women\%27s_heptathlon}.
#' @keywords datasets
#' @examples
#' data(heptathlon_points)
#' head(heptathlon_points)
NULL

Try the nclSLR package in your browser

Any scripts or data that you put into this service are public.

nclSLR documentation built on May 2, 2019, 5:17 p.m.