sportsdataverse / cfbfastR

An R package to quickly obtain clean and tidy college football play by play data
https://cfbfastR.sportsdataverse.org
Other
74 stars 8 forks source link

Added load and espn functions #70

Closed Kazink36 closed 2 years ago

Kazink36 commented 2 years ago

Added functions to access ESPN API:

Added functions to pull data from the data repo:

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/saiemgilani/cfbfastr/5RRYjyjzXJkxuWPwyLwX5Unm3mKP
✅ Preview: https://cfbfastr-git-class-saiemgilani.vercel.app

saiemgilani commented 2 years ago

Everything looks good so far with the only change requested being the returns as discussed

Kazink36 commented 2 years ago

I documented returns for ESPN functions and put espn_cfb_schedule and espn_cfb_scoreboard together since they pull from the same end point and have the same structured output with different inputs. I also put in a seealso to the load functions pointing at the functions used to build the data repo. Pull request should be good to go after checks clear