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)
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 |
type | Character string specifying one of |
children | Required when |
Other module creation helpers:
newModuleDocumentation()
,
newModuleTests()
,
newModule()
Eliot McIntire and Alex Chubaty