This function processes the incidence data from an object.

checkout_incidence(object, rerun = FALSE)

Arguments

object

An object containing the raw incidence data.

rerun

A logical value indicating whether to rerun the rsvie::run function on the object. Default is TRUE.

Value

none

A data frame containing the processed incidence data with additional columns for time, age group, social group, and risk group.

Examples

if (FALSE) { # \dontrun{
  result <- checkout_incidence(my_object)
} # }