Create new module documentation
newModuleDocumentation(name, path, open, type, children)
# S4 method for character,character,logical,character,character
newModuleDocumentation(name,
path, open, type, children)
# S4 method for character,missing,logical,ANY,ANY
newModuleDocumentation(name, open)
# S4 method for character,character,missing,ANY,ANY
newModuleDocumentation(name,
path)
# S4 method for character,missing,missing,ANY,ANY
newModuleDocumentation(name)
Character string specifying the name of the new module.
Character string. Subdirectory in which to place the new module code file. The default is the current working directory.
Logical. Should the new module file be opened after creation?
Default TRUE
.
Character string specifying one of "child"
(default),
or "parent"
.
Required when type = "parent"
. A character vector
specifying the names of child modules.
Other module creation helpers: newModuleCode
,
newModuleTests
, newModule