View source: R/nbagl_standings.R
| nbagl_standings | R Documentation |
Scrapes the NBA Data API for G League Standings
nbagl_standings(season = most_recent_nba_season() - 1, ...)
season |
Season - 4 digit, i.e. 2021 |
... |
Additional arguments passed to an underlying function like httr. |
nbagl_standings(season = most_recent_nba_season() - 1)
Returns a tibble of the G League Season Standings
| col_name | types |
| val | character |
| di_val | character |
| tid | integer |
| see | integer |
| cli | integer |
| clid | integer |
| clic | integer |
| elim | integer |
| str | character |
| l10 | character |
| dr | character |
| cr | character |
| l | integer |
| w | integer |
| hr | character |
| ar | character |
| gb | numeric |
| gbd | numeric |
| ta | character |
| tn | character |
| tc | character |
Billy Fryer
Other NBA G-League Functions:
nbagl_pbp(),
nbagl_players(),
nbagl_schedule()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.