R/data.R

#' mtcars data
#'
"mtcars"


#' players data
#'
#' All players who participated to the 2014 World Cup.
#'
#' @format A data frame with 736 rows and 9 variables:
#' \describe{
#'   \item{id}{id of the player, unique.}
#'   \item{name}{player's name}
#'   \item{birth_date}{birth_date}
#'   \item{position}{What is the player's role in his team ?}
#'   \item{team}{For which country does the player play ?}
#'   \item{number}{What is the number on the player's jersey ?}
#'   \item{played}{How many matches does the player played ?}
#'   \item{club}{For which club does the player played ?}
#'   \item{captain}{Does the player is the captain of his team ? 1: yes, 0:no}
#' }
#' @source \url{https://raw.githubusercontent.com/ArthurData/data/main/players.csv}
"players"
ArthurData/sqlnstructor documentation built on Dec. 17, 2021, 9:44 a.m.