get_aflw_detailed_match_data: Get detailed womens match data (internal function)

View source: R/womens_stats.R

get_aflw_detailed_match_dataR Documentation

Get detailed womens match data (internal function)

Description

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()

Usage

get_aflw_detailed_match_data(matchid, roundid, competitionid, cookie)

Arguments

matchid

matchid from get_match_data()

roundid

roundid from get_match_data()

competitionid

competitionid from get_match_data()

cookie

cookie from get_womens_cookie()

Value

Dataframe with detailed match data (wide)

Examples

## Not run: 
get_aflw_detailed_match_data(
  "CD_M20172640101",
  "CD_R201726401", "CD_S2017264", get_aflw_cookie()
)

## End(Not run)

jimmyday12/fitzRoy documentation built on March 26, 2024, 8:56 p.m.