Learn R Programming

SpaDES (version 1.3.0)

newModuleDocumentation: Create new module documentation

Description

Create new module documentation

Usage

newModuleDocumentation(name, path, open, type, children)
"newModuleDocumentation"(name, path, open, type, children)
"newModuleDocumentation"(name, open)
"newModuleDocumentation"(name, path)
"newModuleDocumentation"(name)

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.
type
Character string specifying one of "child" (default), or "parent".
children
Required when type = "parent". A character vector specifying the names of child modules.

See Also

Other module creation helpers: newModuleCode, newModuleTests, newModule