Learn R Programming

SpaDES (version 1.3.0)

newModuleTests: Create template testing structures for new modules

Description

Create template testing structures for new modules

Usage

newModuleTests(name, path, open)
"newModuleTests"(name, path, open)

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.
open
Logical. Should the new module file be opened after creation? Default TRUE.

See Also

Other module creation helpers: newModuleCode, newModuleDocumentation, newModule