Skip to main content

load_mbb_schedule

Load hoopR men's college basketball schedule

Description#

helper that loads multiple seasons from the data repo either into memory or writes it into a db using some forwarded arguments in the dots

Usage#

load_mbb_schedule(seasons, ..., qs = FALSE)

Arguments#

ArgumentDescription
seasonsA vector of 4-digit years associated with given men's college basketball seasons.
...Additional arguments passed to an underlying function that writes the season data into a database (used by update_mbb_db() ).
qsWheter to use the function qs::qdeserialize() for more efficient loading.

Examples#

future::plan("multisession")load_mbb_schedule(2002:2021)