Creates a snapshot summary of estimates. May be removed in later releases as
S3 methods are enhanced.
report_summary(
summarised_estimates,
rt_samples,
target_folder = NULL,
return_numeric = FALSE
)
A data.table containing formatted and numeric summary measures
A data.table of summarised estimates containing the following variables: variable, median, bottom, and top. It should contain the following estimates: R, infections, and r (rate of growth).
A data.table containing Rt samples with the following variables: sample and value.
Character string specifying where to save results (will create if not present).
Should numeric summary information be returned.