nbastatR icon indicating copy to clipboard operation
nbastatR copied to clipboard

teams_players_stats returns an empty tibble

Open sosh45 opened this issue 2 years ago • 2 comments

I'm having the following issue when running the teams_players_stats function:

teams_players_stats(seasons = 2018, types = c("player", "team"),tables = c("general", "defense", "clutch", "hustle", "shots", "shot locations"))

A tibble: 0 x 0 Warning message: Unknown or uninitialised column: typeResult.

Thank you

sosh45 avatar Oct 14 '21 21:10 sosh45

I am having the same issue.

MaxSleek avatar Aug 22 '22 02:08 MaxSleek

change connection size Sys.setenv("VROOM_CONNECTION_SIZE" = 131072 * 50)

MoggoCodes avatar Dec 13 '22 19:12 MoggoCodes