espnscrapeR icon indicating copy to clipboard operation
espnscrapeR copied to clipboard

Scrapes Or Collects NFL Data From ESPN

Results 9 espnscrapeR issues
Sort by recently updated
recently updated
newest added

Any chance we could get a Defense stat type in the `scrape_espn_stats()` function? This would be particularly helpful to me because ESPN is somewhat proprietary in how they define "Stuffs"...

I have tried to pull boxscore data and have been successful for the vast majority of games but games like get_nfl_boxscore(game_id = "301223023") do not work on rstudio.

Hi! Is there a way to get a list of player ID's from a season or multiple seasons? (i.e. all player IDs) I would like to use get_athlete() to get...

get_athlete() function fails and returns the following: "Error: Not Found (HTTP 404)" After browsing the source code the error is thrown after running this section of code: ``` raw_get %...

Hi, I'm trying to use the function get_nfl_boxscore_players with game_id = "401220131" but it's not working. This is the 9/13/2020 MIA vs. NE game. Other functions recognize this game_id (e.g....

_Note: This Issue isn't a code problem! It is just for information to the users and to make the developer aware of it._ ESPN is writing on it's Total QBR...

Hi Tom - When running `get_538_elo_historical(team = "ari")` (or any team for this matter), I get the following error: ```Error in `dplyr::mutate()`: ℹ In argument: `pts_for = suppressWarnings(unlist(pts_for) %>% as.double())`....

For discussion. PR 26 is incorporated. Needs a little more work to support backward compatibility. It's pulling from the internet archive, who throttles, so I doubt you'd want to ship...

Added 2024 url, slight code formatting, activated roxygen documentation and redocumented