powered by
Used internally by regional_epinow to summarise region run times.
regional_epinow
regional_runtimes( regional_output = NULL, target_folder = NULL, target_date = NULL, return_output = FALSE )
A data.table of region run times
A list of output as produced by regional_epinow() and stored in the regional list.
regional_epinow()
regional
Character string specifying where to save results (will create if not present).
A character string giving the target date for which to extract results (in the format "yyyy-mm-dd"). Defaults to latest available estimates.
Logical, defaults to FALSE. Should output be returned, this automatically updates to TRUE if no directory for saving is specified.
regional_summary regional_epinow
regional_out <- readRDS(system.file( package = "EpiNow2", "extdata", "example_regional_epinow.rds" )) regional_runtimes(regional_output = regional_out$regional)
Run the code above in your browser using DataLab