Used internally by
regional_summary
to produce a summary table of results.
May be streamlined in later releases.
summarise_results(
regions,
summaries = NULL,
results_dir = NULL,
target_date = "latest",
region_scale = "Region"
)
A list of summary data
An character string containing the list of regions to extract results for (must all have results for the same target date).
A list of summary <data.frame>
s as output by epinow
An optional character string indicating the location of the results directory to extract results from.
A character string indicating the target date to extract results for. All regions must have results for this date.
A character string indicating the name to give the regions being summarised.