powered by
NBA season standing data
get_seasons_standings(seasons = 1950:2018, season_types = c("Regular Season"), resolve_records = TRUE, nest_data = F, return_message = TRUE)
vector of seasons
type of season options include
Regular Season
Pre Season
TRUE resolve records into wins, losses and win percentage
TRUE
if TRUE returns a nested data frame
if TRUE returns a message
a `data_frame`
Other standings: get_current_standings
get_current_standings
# NOT RUN { get_seasons_standings(seasons = 2015:2018, season_types = "Regular Season", resolve_records = T, nest_data = F, return_message = T) # }
Run the code above in your browser using DataLab