newModuleCode | R Documentation |
Create new module code file
newModuleCode(name, path, ..., events)
## S4 method for signature 'character,character'
newModuleCode(name, path, ..., events)
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 |
NULL (invisibly). Invoked for its side effect of creating new module code files.
Eliot McIntire and Alex Chubaty
Other module creation helpers:
newModule()
,
newModuleDocumentation()
,
newModuleTests()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.