jimmyday12 / fitzRoy

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

`fetch_player_stats_footywire` is failing #201

Closed jimmyday12 closed 1 year ago

jimmyday12 commented 1 year ago

fetch_player_stats_footywire is failing because of a bug in fetch_footywire_stats. Caused by an 'unused sub' in the game here

library(fitzRoy)
fetch_footywire_stats(10808)
#> Error in fetch_footywire_stats(10808): could not find function "fetch_footywire_stats"

Created on 2023-05-03 with reprex v2.0.2