summarise_results | R Documentation |
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"
)
regions |
An character string containing the list of regions to extract results for (must all have results for the same target date). |
summaries |
A list of summary |
results_dir |
An optional character string indicating the location of the results directory to extract results from. |
target_date |
A character string indicating the target date to extract results for. All regions must have results for this date. |
region_scale |
A character string indicating the name to give the regions being summarised. |
A list of summary data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.