newModuleTests | R Documentation |
Create template testing structures for new modules
newModuleTests(name, path, open, useGitHub)
## S4 method for signature 'character,character,logical,logical'
newModuleTests(name, path, open, useGitHub)
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 |
useGitHub |
Logical indicating whether GitHub will be used.
If |
NULL (invisibly). Invoked for its side effect of creating new module test files.
Eliot McIntire and Alex Chubaty
Other module creation helpers:
newModule()
,
newModuleCode()
,
newModuleDocumentation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.