hoopR icon indicating copy to clipboard operation
hoopR copied to clipboard

An R package to quickly obtain clean and tidy men's basketball play by play data.

Results 27 hoopR issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is a known thing but I think I found this to be true for at least 2002 - 2007 but there could be more seasons...

Use cli for messages. https://cli.r-lib.org/articles/usethis-ui.html I also made some cleanups here and there. I also removed progressr dependency in favour of cli which has support for progress bars. I made...

Awesome package. However, there is an issue that there is a mismatch between game IDs across functions. For example, if I use the load_nba_team_box(2024) function, the 12/4/2023 game between the...

**Describe the bug** I'm not seeing any box scores for games played after April 2, 2023. The df omits the last week of the regular season and all playoff games....

In v2.0.1, `load_mbb_player_box(seasons = 2023:2023)` returns the team box scores for the 2023 season.

When I try and download the 2023-2024 schedule, pbp data and player box scores, I get an error: x

nba_scoreboard is not pulling fresh information. It is running about a quarter behind. Is this the best function to use to pull the complete current scoreboard? To add some additional...

**Describe the bug** When changing the stat_category to 'Defense', we no longer get a response. I don't see this issue for any of the other stat_category as they all get...

bug
documentation

It seems like some data frames use ESPN player IDs, and some have NBA player IDs. Is there a table in the package that has both IDs and helps with...

enhancement