powered by
Standing data
getStandings(year, conf = c("East", "West", "All"))
Season number consisting 4 digits
Conference to fetch information for. Valid values are East, West or All
This function returns data.fram including columns:
data.fram
Team
W
L
Per
GB
PW
PL
PSG
PAG
https://www.basketball-reference.com/leagues/NBA_2019_standings.html
# NOT RUN { Standings06 <- getStandings(year = 2006, conf = "All") head(Standings06) # } # NOT RUN { # }
Run the code above in your browser using DataLab