Returns data frame for available round data. Includes the rounds played, as well as identifiers to make further requests, importantly the roundId.
get_aflw_rounds(cookie)
a cookie produced by get_aflw_cookie()
A dataframe with information about each round
if (FALSE) { # \dontrun{
get_aflw_rounds(get_aflw_cookie())
} # }