newModuleCode: Create new module code file

newModuleCodeR Documentation

Create new module code file

Description

Create new module code file

Usage

newModuleCode(name, path, open, type, children)

## S4 method for signature 'character,character,logical,character,character'
newModuleCode(name, path, open, type, children)

Arguments

name

Character string specifying the name of the new module.

path

Character string. Subdirectory in which to place the new module code file. The default is the current working directory.

open

Logical. Should the new module file be opened after creation? Default TRUE in an interactive session.

type

Character string specifying one of "child" (default), or "parent".

children

Required when type = "parent". A character vector specifying the names of child modules.

Value

Nothing is returned. Invoked for its side effect of creating new module code files.

Author(s)

Eliot McIntire and Alex Chubaty

See Also

Other module creation helpers: newModule(), newModuleDocumentation(), newModuleTests()


PredictiveEcology/SpaDES.core documentation built on April 17, 2024, 8:27 a.m.