| nbagl_standings {hoopR} | R Documentation |
Get Current G League Standings from NBA API
Description
Scrapes the NBA Data API for G League Standings
Usage
nbagl_standings(season = most_recent_nba_season() - 1, ...)
Arguments
season |
Season - 4 digit, i.e. 2021 |
... |
Additional arguments passed to an underlying function like httr. |
Details
nbagl_standings(season = most_recent_nba_season() - 1)
Value
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 |
Author(s)
Billy Fryer
See Also
Other NBA G-League Functions:
nbagl_pbp(),
nbagl_players(),
nbagl_schedule()
[Package hoopR version 2.1.0 Index]