load_nba_team_box
Load hoopR NBA team box scores
#
Descriptionhelper that loads multiple seasons from the data repo either into memory or writes it into a db using some forwarded arguments in the dots
#
Usageload_nba_team_box(seasons, ..., qs = FALSE)
#
ArgumentsArgument | Description |
---|---|
seasons | A vector of 4-digit years associated with given NBA seasons. |
... | Additional arguments passed to an underlying function that writes the season data into a database (used by update_nba_db() ). |
qs | Wheter to use the function qs::qdeserialize() for more efficient loading. |
#
Examplesfuture::plan("multisession")load_nba_team_box(2002:2021)