R/package.R

#' European professional football data from Kaggle
#'
#' European professional football data from Kaggle for the
#'   R programming course. All data taken from
#'   https://www.kaggle.com/hugomathien/soccer
#'
#' @section Datasets:
#' \describe{
#'   \item{country}{}
#'   \item{football_match}{}
#'   \item{league}{}
#'   \item{player}{}
#'   \item{player_attributes}{}
#'   \item{team}{}
#'   \item{team_attributes}{}
#' }
#'
#' @docType package
#' @name football
NULL
jasonsignolet/football documentation built on May 29, 2019, 2:27 p.m.