Process regional estimate
Internal function that removes output that is not required, and returns logging information.
process_region( out, target_region, timing, return_output = TRUE, return_timing = TRUE, complete_logger = "EpiNow2.epinow" )
out
: List of output returned by epinow()
target_region
: Character string indicating the region being evaluatedtiming
: Output from Sys.time()
return_output
: Logical, defaults to FALSE. Should output be returned, this automatically updates to TRUE if no directory for saving is specified.return_timing
: Logical, should runtime be returnedcomplete_logger
: Character string indicating the logger to output the completion of estimation to.A list of processed output
regional_epinow()
Useful links