initProj | R Documentation |
Defines and creates (if necessary) all folders variables. Returns a list with the project folder pathes. Optionally exports all pathes to a global sub environment.
initProj( projRootDir = tempdir(), GRASSlocation = "tmp/", projFolders = c("data/", "result/", "run/", "log/"), path_prefix = "", global = FALSE )
projRootDir |
project github root directory (your github name) |
GRASSlocation |
folder for GRASS data |
projFolders |
list of subfolders in project |
path_prefix |
character a prefix for the path variables names default is "" |
global |
boolean esport path strings as global variables default is false |
## Not run: link2GI::initProj(projRootDir = tempdir(), projFolders = c("data/", "data/level0/", "data/level1/", "output/", "run/", "fun/") ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.