Learn R Programming

fitzRoy (version 0.3.3)

get_footywire_match_results: Get footywire Match Results

Description

Returns the results of matches played in a particular season. You can limit how many results you return with the last_n_results parameter.

Usage

get_footywire_match_results(season, last_n_matches = NULL)

Arguments

season

season to return results for

last_n_matches

number of matches to return, starting from the most recent

Value

Returns a data frame of match results from the year and number of results

Details

For example - you might just want to return the results from last round so you'd set last_n_results = 9.

If you want to return a large amount of results, it is more efficient to use get_match_results() however this can sometimes take some time to update the latest rounds results.

Examples

Run this code
# NOT RUN {
get_footywire_match_results(2020, last_n_matches = 5)
# }

Run the code above in your browser using DataLab