R/transfers.R

#' Data on football transfers. Each row is one transfer
#'
#' @docType data
#'
#' @usage data(transfers)
#'
#' @format A data frame with 6248 rows and 10 variables
#'
#' Note: The dataset might be incomplete with some minor errors.
#' Any help in updating or cleaning the dataset will be appreciated.
#'
#' PLAYER: The name of the player
#'
#' WINDOW: The transfer windows: "Pre-Season", "Mid-Season", NA
#'
#' POSITION: Position of the player "Midfielder", "Attacker", "Defender", "Goalkeeper"
#'
#' COUNTRY: Players home country
#'
#' FROM: The team from which the player was transfered
#'
#' TO: The team to which the player was transfered
#'
#' DESCRIPTION: The description of the transfer deal - Sold, Loan, etc
#'
#' PRICE: The price of the transfer
#'
#' LEAGUE: The league where the player moved
#'
#' SEASON: The transfer season
#'
#'
#'
#' @keywords football
#'
"transfers"
Habet/CSE270 documentation built on Sept. 24, 2023, 8:14 a.m.