View source: R/get_match_summary.R
fb_match_summary | R Documentation |
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)
match_url |
the fbref.com URL for the required match |
time_pause |
the wait time (in seconds) between page loads |
returns a dataframe with the match events (goals, cards, subs) for selected matches
## Not run: try({ match <- fb_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1] df <- fb_match_summary(match_url = match) }) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.