Retrieve data for all shots in a match listed on understat.

get_match_shots(match_id)

Arguments

match_id

Match ID

Value

a tibble

Examples

# NOT RUN {
get_match_shots(match_id = 11662)
# }