Summarises results across regions either from input or from disk. See the examples for details.
Arguments
- regional_output
A list of output as produced by
regional_epinow()and stored in theregionallist.- results_dir
A character string indicating the folder containing the
{EpiNow2}results to extract.- 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.
- samples
Logical, defaults to
TRUE. Should samples be returned.- forecast
Logical, defaults to
FALSE. Should forecast results be returned.
Examples
data.table::setDTthreads(1) # limit threads, for example use only
# get example multiregion estimates
regional_out <- readRDS(system.file(
package = "EpiNow2", "extdata", "example_regional_epinow.rds"
))
# from output
results <- get_regional_results(regional_out$regional, samples = FALSE)
