Closed jacquietran closed 2 years ago
The Twitter and streameR Discord hive minds suggested these reference points / resources:
I have some more data cleaning to do to address #28 and #29, but we are in a good spot to release the next version of {wnblr} possibly later this week (w/c Dec 6).
This issue will close when the beta branch is merged into main.
Background
Currently,
wnblr
contains available game data from the 2014-2020 seasons, inclusive. The 2021 season starts today, and I wantwnblr
users to be able to obtain up-to-date game stats from the current season (and hopefully for future seasons too!).Problem
With the way this package and my scraping routine works, keeping
wnblr
updated with new stats as games are played would create a lot of manual and repetitive work.Solution
wnblr
to a package of functions - the functions will retrieve data from another GitHub repo, set up to store the game stats data.Getting to this end-state will require a bit of work, but it will improve how useful the package is and also make it easier for me to maintain.