Skip to contents

Create a Marxan folder

Usage

createMarxanFolder(
  wd = getwd(),
  scen = "demo",
  input = "input",
  output = "output",
  dialog = TRUE
)

Arguments

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.

Value

new directory

Examples

if (FALSE) {
createMarxanFolder(scen="testingnewfolders")
}