R/combinedevents-package.R

#' combinedevents: Calculate Scores and Marks for Track and Field
#' Combined Events
#'
#' The package includes functions to calculate scores and marks for track and
#' field combined events competitions. The functions are based on the scoring
#' tables for combined events set forth by the International Association of
#' Athletics Federation (2001).
#'
#'
#' @author **Maintainer**: Katie Frank \email{katiexfrank@@gmail.com}
#' @references International Association of Athletics Federation (2001).
#' \emph{IAAF Scoring Tables for Combined Events}.
#'
#' @seealso Useful links:
#' \itemize{
#' \item \url{https://katie-frank.github.io/combinedevents/}
#' \item \url{https://github.com/katie-frank/combinedevents}
#' \item Report bugs at \url{https://github.com/katie-frank/combinedevents/issues}
#' }
#'
#' @docType package
#' @name combinedevents-package
#' @importFrom magrittr %>%
NULL

Try the combinedevents package in your browser

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

combinedevents documentation built on Feb. 4, 2021, 1:05 a.m.