Compute total number of vaccine doses actually administered per day in a simulation

get_doses_per_day(res, dose = c(1, 2))

Arguments

res

simulation result from model with vaccination (generated using `run_sim`)

dose

the number of doses to consider, vector. (note that Moderna/Pfizer both recommend 2 doses) (??)

Value

`tibble` with columns for date and total vaccine doses actually administered each day (as captured in the simulation)