View source: R/realgm_salaries.R
| realgm_rookie_scale | R Documentation |
Get the current NBA rookie-scale salary table from RealGM.
One row per first-round pick with the four contract-year amounts and the qualifying-offer percentage. Dollar figures are the formatted strings RealGM publishes.
Requires a headless browser (see realgm_players()).
realgm_rookie_scale()
A hoopR_data tibble with one row per first-round pick (pick,
x1st_year_salary, x2nd_year_salary, x3rd_year_option_salary, the
4th-year option increase and qualifying-offer increase).
Other RealGM Functions:
realgm_coaches(),
realgm_draft(),
realgm_draft_prospects(),
realgm_early_entry(),
realgm_future_free_agents(),
realgm_gms(),
realgm_individual_games(),
realgm_individual_seasons(),
realgm_player_stats(),
realgm_players(),
realgm_players_abroad(),
realgm_salary_cap(),
realgm_standings(),
realgm_team_stats(),
realgm_teams(),
realgm_transactions()
## Not run:
try(realgm_rookie_scale())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.