load_nba_pbp
Load hoopR NBA play-by-play
#
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_pbp(seasons, ..., qs = FALSE)
#
ArgumentsArgument | Description |
---|---|
seasons | A vector of 4-digit years associated with given women's college basketball 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_pbp(2002:2021)