Run a county scenario

RunOneCounty_scen(
  county1,
  county.dt,
  doses.dt,
  remote = FALSE,
  writedir = NULL
)

Arguments

county1

a character string giving the name of the county

county.dt

a data.table object returned from GetCountyData

doses.dt

a data.table object returned from GetDosesData

remote

a logical value, if TRUE download all data from remotes, otherwise use local data

writedir

a character string giving a directory to write to, it should only be used if remote is TRUE. This assumes the directory whose path is given already exists.