Learn R Programming

nbastatR (version 0.1.12031)

nba_insider_salaries: NBA team salaries

Description

Gets information about NBA teams salaries

Usage

nba_insider_salaries(assume_player_opt_out = F,
  assume_team_doesnt_exercise = T, return_wide = F,
  return_message = T)

Arguments

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

Value

a `tibble`

See Also

Other salaries: bref_bios, hoops_hype_salary_summary, hoopshype_salaries

Examples

Run this code
# NOT RUN {
nba_insider_salaries(assume_player_opt_out = T, assume_team_doesnt_exercise = T, return_message = TRUE)
# }

Run the code above in your browser using DataLab