powered by
Returns match summary data for selected match URLs, including goals, subs and cards Replaces the deprecated function get_match_summary
fb_match_summary(match_url, time_pause = 3)
returns a dataframe with the match events (goals, cards, subs) for selected matches
the fbref.com URL for the required match
the wait time (in seconds) between page loads
if (FALSE) { try({ match <- fb_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1] df <- fb_match_summary(match_url = match) }) }
Run the code above in your browser using DataLab