Tom Mock

Results 40 comments of Tom Mock

Hi @Grayhawk34 I believe this is working in latest release (0.5) as I've redone the function. Can you please confirm? ``` remotes::install_github("jthomasmock/espnscrapeR") ``` ``` get_nfl_boxscore_players(game_id = "401220131") # A tibble:...

Hi @Grayhawk34 - that means a forbidden pathway. Can you confirm that you have: - Installed the latest version of the `espnscrapeR` package w/ `remotes::install_github("jthomasmock/espnscrapeR")` - That you can navigate...

I appreciate you finding some of these edge-cases! I wonder if I should go back to just straight `rvest` scraping the site - I'll dig into the API to see...

AH I think I know why this is occuring. There is a "best" games option - where week is missing. This is weekly best games. See: https://www.espn.com/nfl/qbr/_/view/weekly/season/2018/seasontype/3/week/

Howdy, `scrape_espn_stats()` is currently hitting: https://www.espn.com/nfl/stats/player/_/view/defense/season/2021/seasontype/2 I don't see run stuffs on that page, where are you seeing those stats?

Howdy @jenn12138 ! To get athletes from multiple seasons you may want to use `get_depth_chart()` on your team of interest. That will return the `player_id` for your specific team of...

I tested our 2024.07 daily and 2022.12, which was the release before we finished those documents. I think the inclusion of `usethis` was a mistake, as I only see `devtools`...

Honored and many thanks for including me in this conversation! I think as @DJAnderson07 mentioned, it is hard as a learner to sift through the blogs, Quora posts, SO answers,...

Found some great content from UC Berkeley's Data Science Program, unfortunately appears to be exclusively Python, but some great frameworks. https://data.berkeley.edu/undergraduate-ds-pedagogy http://data8.org/ http://data8.org/sp18/

Posting here in addition to Twitter. Might be of interest to the group. R Package in early development for aiding educators in building RStats material. https://www.r-consortium.org/projects/awarded-projects ![tools](https://user-images.githubusercontent.com/29187501/40676451-6ad4ecf0-6340-11e8-8ec0-821fecab7d01.PNG)