Get detailed womens match data (internal function)
Source:R/womens_stats.R
get_aflw_detailed_match_data.Rd
Gets detailed match data for a given match. Requires the match, round, and
competition IDs, which are given in the tables produced by
get_aflw_round_data()
Examples
if (FALSE) { # \dontrun{
get_aflw_detailed_match_data(
"CD_M20172640101",
"CD_R201726401", "CD_S2017264", get_aflw_cookie()
)
} # }