newModuleDocumentation {SpaDES.core} | R Documentation |
Create new module documentation
Description
Create new module documentation
Usage
newModuleDocumentation(name, path, ...)
## S4 method for signature 'character,character'
newModuleDocumentation(name, path, ...)
## S4 method for signature 'character,missing'
newModuleDocumentation(name, path, ...)
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. |
... |
Additional arguments. Currently, these can be either named
function definitions (which will be added to the
|
Value
NULL (invisibly). 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()
,
newModuleCode()
,
newModuleTests()