| italian_football | R Documentation |
This dataset, italian_football, is a data frame containing results for Italian soccer games in the top tier from the 1934/35 season to the 2021/22 season. It includes information on match dates, seasons, home and visiting teams, full-time scores, and goals scored.
data(italian_football)
A data frame with 27684 observations and 8 variables:
Date 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
Numeric vector indicating the tier
The dataset name has been kept as 'italian_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.