jflancer / bigballR

Package for working with NCAA Basketball Data
Other
61 stars 19 forks source link

Add box score scraping functionality #7

Closed meysubb closed 4 years ago

meysubb commented 4 years ago

I had some old box score functionality sitting around in one of my scripts. Figured I'd incorporate it in here, especially since it comes from NCAA stats as well.

I also re-ran the document function, that's why I guess some of the man files have changed. (I didn't change the documentation there though).

jflancer commented 4 years ago

I updated the use of mutate_all() in scrape_box_score.R to move away from the deprecated funs() to the new syntax. I'll open a new pull request to merge with the changes.