| english_football | R Documentation |
This dataset, english_football, is a data frame containing results for English soccer games in the top 4 tiers from the 1888/89 season to the 2021/22 season. It includes information on match dates, seasons, home and visiting teams, full-time scores, goals scored, division, tier, and match outcomes.
data(english_football)
A data frame with 203956 observations and 12 variables:
Character vector indicating the date of the match
Numeric vector indicating the season
Character vector indicating the home team
Character vector indicating the visiting team
Character vector indicating the full-time score
Integer vector indicating the number of goals scored by the home team
Integer vector indicating the number of goals scored by the visiting team
Character vector indicating the division
Numeric vector indicating the tier
Integer vector indicating the total number of goals scored in the match
Integer vector indicating the goal difference
Character vector indicating the match result
The dataset name has been kept as 'english_football' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the sportsR package and assists users in identifying its specific characteristics.
Data taken from the footBayes package version 2.0.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.