Returns match report details for selected matches
Examples
if (FALSE) { # \dontrun{
try({
match <- get_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1]
df <- get_match_report(match_url = match)
})
} # }
Returns match report details for selected matches
if (FALSE) { # \dontrun{
try({
match <- get_match_urls(country = "AUS", gender = "F", season_end_year = 2021, tier = "1st")[1]
df <- get_match_report(match_url = match)
})
} # }