Learn R Programming

NBAloveR (version 0.1.3.3)

getStandings: Standing Data

Description

Standing data

Usage

getStandings(year, conf = c("East", "West", "All"))

Arguments

year

Season number consisting 4 digits

conf

Conference to fetch information for. Valid values are East, West or All

Value

This function returns data.fram including columns:

  • Team

  • W

  • L

  • Per

  • GB

  • PW

  • PL

  • PSG

  • PAG

See Also

https://www.basketball-reference.com/leagues/NBA_2019_standings.html

Examples

Run this code
# NOT RUN {
  Standings06 <- getStandings(year = 2006, conf = "All")
  head(Standings06)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab