Description Usage Arguments Value Author(s) See Also Examples
Standing data
1 | getStandings(year, conf = c("East", "West", "All"))
|
year |
Season number consisting 4 digits |
conf |
Conference to fetch information for. Valid values are East, West or All |
This function returns data.fram
including columns:
Team
W
L
Per
GB
PW
PL
PSG
PAG
Koki Ando <koki.25.ando@gmail.com>
https://www.basketball-reference.com/leagues/NBA_2019_standings.html
1 2 3 4 5 | ## Not run:
Standings06 <- getStandings(year = 2006, conf = "All")
head(Standings06)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.