jthomasmock / espnscrapeR

Scrapes Or Collects NFL Data From ESPN
https://jthomasmock.github.io/espnscrapeR/
Other
51 stars 10 forks source link

Unable to pull 2020 College QBR #5

Closed JerrickBackous closed 3 years ago

JerrickBackous commented 3 years ago

When I try to pull the 2020 College QBR numbers I get this error:

image

As you can see from the image, I'm able to get the 2019 numbers fine, it just seems to be an issue with 2020.

Thanks!

jthomasmock commented 3 years ago

Hey thanks for the heads up!

It looks like the API call has dropped some options for 2020, I've removed them and it appears to be working on the new version I just pushed.

Try:remotes::install_github("jthomasmock/espnscrapeR")

Then let me know if it's working for you as well.

Thanks!

JerrickBackous commented 3 years ago

I just gave it a try and it works perfectly. I appreciate the quick fix!