Learn R Programming

fitzRoy (version 1.6.0)

get_afl_fixture: Get AFL fixture

Description

[Deprecated]

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

Usage

get_afl_fixture(season = NULL, round_number = NULL, comp = "AFLM")

Arguments

Examples

Run this code
#
if (FALSE) {
get_afl_fixture(2020, 1)
# ->
fetch_fixture_afl(2020, 1, "AFLM")
}

Run the code above in your browser using DataLab