initProj {uavRmp} | R Documentation |
Defines and creates folders and variables
Description
Defines and creates (if necessary) all folders variables set the SAGA path variables and other system variables exports all variables to the global environment
Usage
initProj(
projRootDir = getwd(),
projFolders = c("log/", "control/", "run/", "data/")
)
Arguments
projRootDir |
project github root directory (your github name) |
projFolders |
list of subfolders in project |
[Package uavRmp version 0.7 Index]