get_match_report: Get match report

View source: R/get_match_report.R

get_match_reportR Documentation

Get match report

Description

Get match report

Usage

get_match_report(league, season, home_team, away_team)

Arguments

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")

Value

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


kristian-bak/football documentation built on Oct. 8, 2022, 2:11 p.m.