powered by
Returns detailed player shooting data for home and away teams for a selected match(es) Replaces the deprecated function get_match_shooting
fb_match_shooting(match_url, time_pause = 3)
returns a dataframe
the fbref.com URL for the required match
the wait time (in seconds) between page loads
if (FALSE) { try({ match <- "https://fbref.com/en/matches/bf52349b/Fulham-Arsenal-September-12-2020-Premier-League" df <- fb_match_shooting(match_url = match) }) }
Run the code above in your browser using DataLab