R/sales-data.R

#' Sales data for selected Mario games
#'
#' A dataset containing the release dates, systems and sales of a few Mario games.
#'
#' @format A data frame with 7 rows and 4 variables:
#' \describe{
#'   \item{Game}{name of the game}
#'   \item{System}{game platform}
#'   \item{Release}{year of game release}
#'   \item{Sales}{games sold, in million units}
#' }
#' @source \url{https://www.gamecubicle.com/features-mario-units_sold_sales.htm}
"sales"
pjoachims/mario documentation built on July 4, 2020, 12:05 a.m.