save_forecast_infections: Save Forecast Infections
Description
Saves the output from forecast_infections
to a target directory.
Usage
save_forecast_infections(forecast, target_folder = NULL, samples = TRUE)
Arguments
forecast
A list of data frames as output by forecast_infections
target_folder
Character string specifying where to save results (will create if not present).
samples
Logical, defaults to TRUE. Should samples be saved
See Also
forecast_infections