View source: R/FolderCreation.R
| FolderCreation | R Documentation |
This function creates folders and .Rproj file require by the various functions to work. These steps can be done by hand instead.
FolderCreation(
WDpath = ".",
folder = "data",
subfiles = c("CDOM", "FDOM", "nano"),
example = TRUE
)
WDpath |
the path to the working directory |
folder |
is the name of the folder containing subfiles parameter. Default is "data" |
subfiles |
is the list of folder where to put cdom, fdom and nano water samples |
example |
TRUE if you wich to donwload exemple files to test the package |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.