Learn R Programming

fitzRoy (version 1.6.0)

get_footywire_match_results: Get footywire Match Results

Description

[Deprecated]

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

Usage

get_footywire_match_results(season, last_n_matches = NULL)

Arguments

Examples

Run this code
#
if (FALSE) {
get_footywire_match_results(2020, 1)
# ->
fetch_results_footywire(2020, 1)
}

Run the code above in your browser using DataLab