R/holland.R

#' Dutch league results 1956-2022
#'
#' All results for Dutch soccer games in the top tier
#' from 1956/57 season to 2021/22 season.
#'
#' @format A data frame with 19858 rows and 8 variables:
#' \describe{
#'   \item{Date}{Date of match}
#'   \item{Season}{Season of match - refers to starting year}
#'   \item{home}{Home team}
#'   \item{visitor}{Visiting team}
#'   \item{FT}{Full-time result}
#'   \item{hgoal}{Goals scored by home team}
#'   \item{vgoal}{Goals scored by visiting team}
#'   \item{tier}{Tier of football pyramid: 1}
#' }
"holland"
jalapic/engsoccerdata documentation built on Nov. 15, 2022, 3:34 a.m.