Learn R Programming

fitzRoy (version 0.3.3)

get_aflw_round_data: Get match data (internal function)

Description

For a given round ID, get the data for each match played in that round. Use the column roundId in the dataframe created by the get_rounds() function to specify matches to fetch.

Usage

get_aflw_round_data(roundid, cookie)

Arguments

roundid

a round ID string

cookie

a cookie produced by get_womens_cookie()

Value

a dataframe containing match data

Examples

Run this code
# NOT RUN {
get_aflw_round_data("CD_R201826401", get_aflw_cookie())
# }

Run the code above in your browser using DataLab