Skip to contents

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()).

Usage

realgm_rookie_scale()

Value

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).

Examples

if (FALSE) { # \dontrun{
  try(realgm_rookie_scale())
} # }