R/germany2.R

#' German Bundesliga 2 league results 1974-2016
#'
#' All results for German soccer games in the second tier
#' from 1974/75 season to 2015/16 season.
#'
#' @format A data frame with 17290 rows and 9 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: 2}
#'   \item{division}{divsion - 2, 2South or 2North}
#' }
"germany2"
mrcreel/soccer_data documentation built on May 23, 2019, 7:14 a.m.