newModuleCode {SpaDES.core} | R Documentation |
Create new module code file
Description
Create new module code file
Usage
newModuleCode(name, path, ..., events)
## S4 method for signature 'character,character'
newModuleCode(name, path, ..., events)
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
|
events |
A list of named expressions, each of which is surrounded by |
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()
,
newModuleDocumentation()
,
newModuleTests()