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
When using the function to get player salary this error keeps popping up. If anyone knows how to fix this, it would be appreciated!
nba_insider_salaries(assume_player_opt_out = T, assume_team_doesnt_exercise = T, return_message = TRUE)
Error in mutate():
! Problem while computing isWaived = namePlayer %>% str_detect("waived").
Caused by error in stri_detect_regex():
! object 'namePlayer' not found
Run rlang::last_error() to see where the error occurred.
There were 30 warnings (use warnings() to see them)
The text was updated successfully, but these errors were encountered:
When using the function to get player salary this error keeps popping up. If anyone knows how to fix this, it would be appreciated!
The text was updated successfully, but these errors were encountered: