Skip to main content

load_wbb_schedule

Load wehoop women'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_wbb_schedule(seasons, ..., qs = FALSE)

Arguments#

ArgumentDescription
seasonsA 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_wbb_db() ).
dbConnectionA DBIConnection object, as returned by DBI::dbConnect()
tablenameThe name of the schedule data table within the database

Examples#

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