jthomasmock / espnscrapeR

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

keep venue in get_schedule_data #9

Closed bmacGTPM closed 3 years ago

bmacGTPM commented 3 years ago

In this line of get_schedule_data

https://github.com/jthomasmock/espnscrapeR/blob/754b6b6df3c514a2b4231d97547a614795e1efa9/R/get_nfl_schedule.R#L46

you remove venue. Can you keep that instead? Or is venue info pulled by any other functions in the package?

jthomasmock commented 3 years ago

Closed w/ PR.