R/spain.R

#' Spanish league results 1928-2016
#'
#' All results for Spanish soccer games in the top tier
#' from 1928/29 season to 2015/16 season.  Also includes
#' playoff games
#'
#' @format A data frame with 23915 rows and 12 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{HT}{Half-time result}
#'   \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}
#'   \item{round}{Whether league or playoff play}
#'   \item{group}{League group - certain seasons had league sub-groups}
#'   \item{notes}{Notes about fixture}
#' }
"spain"

Try the engsoccerdata package in your browser

Any scripts or data that you put into this service are public.

engsoccerdata documentation built on May 2, 2019, 8:29 a.m.