summarise_key_measures | R Documentation |
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"
)
regional_results |
A list of dataframes as produced by
|
results_dir |
Character string indicating the directory from which to extract results. |
summary_dir |
Character string the directory into which to save results as a csv. |
type |
Character string, the region identifier to apply (defaults to region). |
date |
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. |
A list of summarised Rt, cases by date of infection and cases by date of report
regional_summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.