soccer {MSMU} | R Documentation |
Historic soccer data
Description
This dataset contains historical match results from various international soccer games between different countries for the years 1872-2024.
Usage
soccer
Format
A data frame with 13750 rows and 5 columns:
- date
Date of match (character)
- home_team
Home team name (character)
- away_team
Away team name (character)
- home_score
Home teams goal count (integer)
- away_score
Away teams goal count (integer)
Source
Data retrieved from Kaggle International football results dataset with alterations made for educational purposes.
[Package MSMU version 0.1.2 Index]