Set Up File Structure for a Forecasting Project
Source:R/set_api_key.R, R/setup_file_structure.R
setup_file_structure.RdThis function helps install all the necessary packages for building an infectious disease forecasting pipeline and hub, including hubverse packages, fable, EpiEstim, EpiNow2, epidatr, and epiforecast packages.
This function helps install all the necessary packages for building an infectious disease forecasting pipeline and hub, including hubverse packages, fable, EpiEstim, EpiNow2, epidatr, and epiforecast packages.
Usage
setup_file_structure(project_dir = "AMPH_forecast_project")
setup_file_structure(project_dir = "AMPH_forecast_project")Examples
if (FALSE) { # \dontrun{
library(AMPHForecastSuite)
setup_file_structure(project_dir = "My_Forecast_Project")
} # }
if (FALSE) { # \dontrun{
library(AMPHForecastSuite)
setup_file_structure(project_dir = "My_Forecast_Project")
} # }