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

get_match_stats(match_id)

Arguments

match_id

Match ID

Value

a tibble

Examples

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