get_afl_fixture {fitzRoy} | R Documentation |
Get AFL fixture
Description
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")
Examples
#
## Not run:
get_afl_fixture(2020, 1)
# ->
fetch_fixture_afl(2020, 1, "AFLM")
## End(Not run)
[Package fitzRoy version 1.6.0 Index]