powered by
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()
get_aflw_round_data()
get_aflw_detailed_match_data(matchid, roundid, competitionid, cookie)
Dataframe with detailed match data (wide)
matchid from get_match_data()
get_match_data()
roundid from get_match_data()
competitionid from get_match_data()
cookie from get_womens_cookie()
get_womens_cookie()
if (FALSE) { get_aflw_detailed_match_data( "CD_M20172640101", "CD_R201726401", "CD_S2017264", get_aflw_cookie() ) }
Run the code above in your browser using DataLab