Produces summarised
<data.frame>
s of output across regions.
Used internally by regional_summary
.
summarise_key_measures(
regional_results = NULL,
results_dir = NULL,
summary_dir = NULL,
type = "region",
date = "latest"
)
A list of summarised Rt, cases by date of infection and cases by date of report
A list of dataframes as produced by
get_regional_results
Character string indicating the directory from which to extract results.
Character string the directory into which to save results as a csv.
Character string, the region identifier to apply (defaults to region).
A Character string (in the format "yyyy-mm-dd") indicating the date to extract data for. Defaults to "latest" which finds the latest results available.
regional_summary