createMarxanFolder | R Documentation |
Create a Marxan folder
createMarxanFolder(
wd = getwd(),
scen = "demo",
input = "input",
output = "output",
dialog = TRUE
)
wd |
The directory in which you would like to create the new Marxan folder. Defaults to your current working directory (i.e. 'getwd()') |
scen |
The name of the new Marxan folder. Defaults to "demo" |
input |
The name of the input folder inside the new Marxan folder. Defaults to "input" |
output |
The name of the input folder inside the new Marxan folder. Defaults to "output" |
dialog |
Overide the system dialog. THe default TRUE will leave the dialog on, and FALSE will turn the dialog off. |
new directory
## Not run:
createMarxanFolder(scen="testingnewfolders")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.