jimmyday12 / fitzRoy

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

fetch_results_footywire failing #211

Closed jimmyday12 closed 4 months ago

jimmyday12 commented 4 months ago

fetch_results_footywire is failing in 2024 due to a change.

library(fitzRoy)
fetch_results_footywire(2024)
#> ℹ Downloading  matches from Footywire
#> Error in assert_scalar(x, finite = finite, na = na): length(x) == 1 is not TRUE
#> ✖ Downloading  matches from Footywire ... failed
#> 

Created on 2024-03-09 with reprex v2.0.2