jimmyday12 / fitzRoy

A set of functions to easily access AFL data
https://jimmyday12.github.io/fitzRoy
Other
129 stars 27 forks source link

Fix round_number documentation in fetch_results #178

Closed bairdj closed 2 years ago

bairdj commented 2 years ago

The doc for fetch_results inherits the parameter documentation from fetch_ladder. When round_number is NULL in fetch_ladder it returns the latest round, but when it is NULL in fetch_results it returns all rounds.

This PR overrides the inherited doc to reflect this. This also matches the behaviour documented in the main-fetch-functions vignette.