You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this has been an issue for a bit now, as others have pointed out the same thing. Looks like "slugSeason" was removed at some point and now all references to it don't work.
test <- bref_players_stats(seasons = 2024)
Error in mutate():
ℹ In argument: yearSeason = slugSeason %>% substr(1, 4) %>% as.numeric() + 1.
Caused by error:
! object 'slugSeason' not found
Run rlang::last_trace() to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Seems like this has been an issue for a bit now, as others have pointed out the same thing. Looks like "slugSeason" was removed at some point and now all references to it don't work.
The text was updated successfully, but these errors were encountered: