View source: R/create_folders.R
create_folders | R Documentation |
mapspamc
folder structurecreate_folders
creates the folder structure that is needed store raw
data, processed data and parameters for mapspamc
.
create_folders(param = NULL)
param |
Object of type |
create_folders
creates two folders in the model_path
, set by the user:
mappings and processed_data (including subfolders). It copies a number of cvs files
into the mappings folder, which contain several data tables that are needed to run
the model and, if needed can be adjusted by the user. If set by the user a mapspamc_db
folder is created in db_path
. Otherwise the folder is created in the main model folder.
## Not run:
create_folders(param)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.