jimmyday12 / fitzRoy

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

failed to download 2021 afl tabs data due to data conversion error #149

Closed SingSing2020 closed 3 years ago

SingSing2020 commented 3 years ago

The following error occurs when trying to download the 2021 afl tabs data, 2020 works as expected
Error: Can't combine Round character and Round double.

# 2021 season
AFL_gameday_Stats_current_Season <- fetch_player_stats_afltables(2021)

# 2020 ""
AFL_gameday_Stats_current_Season <- fetch_player_stats_afltables(2020)
cfranklin11 commented 3 years ago

@jimmyday12 I have a fix for this that should be ready for PR before end of day. It also includes a fix for fetch_ladder_afl that was required to get the tests to pass.