R/data.R

#' Soccer dataset.
#'
#' A dataset containing the points scored, assists made and teams played of a made-up soccer player.
#'
#' @format A data frame with 6 rows and 3 variables:
#' \describe{
#'   \item{points}{points scored}
#'   \item{assists}{assists made}
#'   \item{team}{teams played}
#' }
#' @source \url{https://www.statology.org/replace-values-in-data-frame-r/}
"soccer"
WouterVerra/explorers documentation built on June 19, 2022, 3:56 p.m.