Returns detailed player shooting data for home and away teams for a selected match(es)
Examples
if (FALSE) { # \dontrun{
try({
match <- "https://fbref.com/en/matches/bf52349b/Fulham-Arsenal-September-12-2020-Premier-League"
df <- get_match_shooting(match_url = match)
})
} # }