Skip to contents

Carry-Forward vaccination metrics to latest date

Usage

calc_vax_carryforward(df, ...)

Arguments

df

(data.frame) Source data frame containing vaccine metrics from get_vax()

...

(optional) (un-)quoted column names to carry forward. Overwrites standard variable set

Value

df with either columns in ... carried forward, or default set

Notes

By default, function carries forward the following (unless names are passed in ...):

  • total_vaccinations

  • people_vaccinated

  • people_fully_vaccinated

  • total_boosters

  • total_vaccinations_per_hundred

  • people_vaccinated_per_hundred

  • people_fully_vaccinated_per_hundred

  • total_boosters_per_hundred