get_match_shooting | R Documentation |
Returns detailed player shooting data for home and away teams for a selected match(es)
get_match_shooting(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
## Not run: try({ match <- "https://fbref.com/en/matches/bf52349b/Fulham-Arsenal-September-12-2020-Premier-League" df <- get_match_shooting(match_url = match) }) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.