PremierL {SRMData} | R Documentation |
Premier league results
Description
Premier League football (soccer) results from 2019 to 2020.
Usage
data(PremierL)
Format
A data frame with 208 rows (games) and 6 columns:
- Date
The data of the game
- HomeTeam
The name of the home team; for example
Liverpool
orMan United
- AwayTeam
The name of the away team; for example
Wolves
orWest Ham
- HomeGoals
The number of goals scored by the home team
- AwayGoals
The number of goals scored by the away team
- Result
The result, one of
H
for the home team,A
for the away team, orD
for a draw
Source
The website https://sports-statistics.com/sports-data/soccer-datasets/
[Package SRMData version 1.0.1 Index]