Skip to contents

Returns match report details for selected matches. Replaces the deprecated function get_match_report

Usage

fb_match_report(match_url, time_pause = 3)

Arguments

match_url

the fbref.com URL for the required match

time_pause

the wait time (in seconds) between page loads

Value

returns a dataframe with the match details for a selected match

Examples

if (FALSE) {
try({
match <- fb_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1]
df <- fb_match_report(match_url = match)
})
}