Gets information about NBA teams salaries
nba_insider_salaries( assume_player_opt_out = F, assume_team_doesnt_exercise = T, return_wide = F, return_message = T )
assume_player_opt_out | if `TRUE` assumes player opts out of a player option |
---|---|
assume_team_doesnt_exercise | if `TRUE` assumes teams do not exercise team option |
return_wide | if `TRUE` spreads data |
return_message | if `TRUE` returns a message |
a `tibble`
Other salaries:
bref_bios()
,
hoops_hype_salary_summary()
,
hoopshype_salaries()
nba_insider_salaries(assume_player_opt_out = T, assume_team_doesnt_exercise = T, return_message = TRUE)