View source: R/get_match_report.R
get_match_report | R Documentation |
Get match report
get_match_report(league, season, home_team, away_team)
league |
league name (for instance "premier-league") |
season |
season (for insance "2021-2022") |
home_team |
name of home team (for instance "arsenal-fc") |
away_team |
name of away team (for instance "manchester-united") |
named list with objects * df_goals: tibble with columns X1 and X2 providing goal scoring and goal scorer information * home_team: tibble with columns X1 (shirt number), X2 (name of player) and X3 (minute of substituion) * away_team: tibble similar to that of home_team * managers: tibble with column X1 and X2 providing information on managers for home and away team * info: tibble with stadium name, number of participants and referees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.