Running the nba_pbp() or nba_pbps() function returns the following error, even when running with the exact specifications in the usage example:
Error in vec_rbind():
! names must be a character vector
Run rlang::last_trace() to see where the error occurred.
To Reproduce
Run
y <- c("0022201086", "0022200021")
nba_pbps(game_ids = y, version = "v2")
Expected behavior
Returning pbp data for games
Desktop:
- MacOS: [e.g. iOS]
- Browser: R App
- Version: Updated/reinstalled hoopR on November 14, 2025
Running the nba_pbp() or nba_pbps() function returns the following error, even when running with the exact specifications in the usage example:
Error in
vec_rbind():!
namesmust be a character vectorRun
rlang::last_trace()to see where the error occurred.To Reproduce
Run
y <- c("0022201086", "0022200021")
nba_pbps(game_ids = y, version = "v2")
Expected behavior
Returning pbp data for games
Desktop: