getStandings: Standing Data

getStandingsR Documentation

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" - Team

  • "W" - Wins

  • "L" - Losses

  • "Per" - Win-Loss Percentage

  • "GB" - Games Behind

  • "PW" - Pythagorean Wins, expected wins based on points scored and allowed

  • "PL" - Pythagorean Lossed, expected losses based on points scored and allowed

  • "PSG" - Points Per Game

  • "PAG" - Opponent Points Per Game

Author(s)

Koki Ando <koki.25.ando@gmail.com>

See Also

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

Examples

## Not run: 
  Standings06 <- getStandings(year = 2006, conf = "All")
  head(Standings06)

## End(Not run)


koki25ando/NBAloveR documentation built on March 21, 2022, 4:30 p.m.