if (FALSE) {
# Return data for whole season from footywire
fetch_player_stats(source = "footywire")
# This is equivalent to
fetch_player_stats_footywire()
# Currently there is no AFLW data and will return a warning
fetch_player_stats(2020, comp = "AFLW", source = "footywire")
# Different sources
fetch_player_stats(2015, round = 5, source = "footywire")
fetch_player_stats(2015, round = 5, source = "fryzigg")
# Directly call functions for each source
fetch_player_stats_afltables(2020)
fetch_fixture_fryzigg(2020)
fetch_player_stats_footywire(2020)
}
Run the code above in your browser using DataLab