load_nba_schedule
Load hoopR NBA schedules
#
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_schedule(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_schedule(2002:2021)