Create new module code file
newModuleCode(name, path, open, type, children)# S4 method for character,character,logical,character,character
newModuleCode(name, path, open, type, children)
Nothing is returned. Invoked for its side effect of creating new module code files.
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
in an interactive session.
Character string specifying one of "child"
(default),
or "parent"
.
Required when type = "parent"
. A character vector
specifying the names of child modules.
Eliot McIntire and Alex Chubaty
Other module creation helpers:
newModule()
,
newModuleDocumentation()
,
newModuleTests()