Learn R Programming

nbastatR (version 0.1.12031)

standings: Get seasons standing data

Description

NBA season standing data

Usage

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

Run this code
# NOT RUN {
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