NBA season standing data

standings(
  seasons = 2019,
  season_types = c("Regular Season"),
  resolve_records = TRUE,
  nest_data = F,
  return_message = TRUE
)

Arguments

seasons

vector of seasons

season_types

type of season options include

  • Regular Season

  • Pre Season

resolve_records

TRUE resolve records into wins, losses and win percentage

nest_data

if TRUE returns a nested data frame

return_message

if TRUE returns a message

Value

a `tibble`

See also

Other standings: current_standings()

Examples

standings(seasons = 2015:2018, season_types = "Regular Season", resolve_records = T, nest_data = F, return_message = T)