Learn R Programming

fitzRoy (version 1.6.0)

get_aflw_match_data: Get AFLW match data

Description

[Deprecated]

All get_ functions were replaced with fetch_* functions. Please use fetch_fixture_afl() instead

Usage

get_aflw_match_data(start_year = 2017)

Arguments

Examples

Run this code
#
if (FALSE) {
get_aflw_match_data(2020)
# ->
fetch_results_afl(2020, comp = "AFLW")
}

Run the code above in your browser using DataLab