Check and Save Model Output for Forecasting Hub
Source:R/check_and_save_model_output.R
save_model_output.RdThis function helps save the output of a forecasting model into a structured directory format suitable for submission to a forecasting hub. It creates necessary directories if they do not exist and saves the forecast output as a CSV file named with the forecast date and model name.
Examples
if (FALSE) { # \dontrun{
library(AMPHForecastSuite)
setup_file_structure(project_dir = "My_Forecast_Project")
} # }