New fitzRoy functions
The new AFL season, with it’s condensed fixture, is proving challenging for the old little R package fitzRoy. Luckily I’ve added a couple new functions to help!
You’ll need the development version of the package.
devtools::install_github("jimmyday12/fitzRoy") library(fitzRoy) library(dplyr) Fixture I recently noticed that the get_fixture function was broken. There is unfortunately not a lot I can do with that one. The Footywire website doesn’t provide round in it’s outputs and so I’ve always just calculated this assuming that rounds begin on Thursday/Friday and finish on Sunday/Monday.
[Read More]