Learn R Programming

fitzRoy (version 1.6.0)

get_footywire_match_ids: Get aftables match ids

Description

[Deprecated]

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

Usage

get_footywire_match_ids(season)

Arguments

Examples

Run this code
#
if (FALSE) {
get_footywire_match_ids(2020, 1)
# ->
fetch_footywire_match_ids(2020)
}

Run the code above in your browser using DataLab