report_summary | R Documentation |
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
)
summarised_estimates |
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). |
rt_samples |
A data.table containing Rt samples with the following variables: sample and value. |
target_folder |
Character string specifying where to save results (will create if not present). |
return_numeric |
Should numeric summary information be returned. |
A data.table containing formatted and numeric summary measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.