newProjectCode {SpaDES.core} | R Documentation |
Create new module code file
Description
Create new module code file
Usage
newProjectCode(name, path, open)
## S4 method for signature 'character,character,logical'
newProjectCode(name, path, open = interactive())
Arguments
name |
project name (name of project directory) |
path |
path to directory in which to create the project directory |
open |
Logical. Should the new project file be opened after creation?
Default |
Value
invoked for side effect of project file creation
Author(s)
Alex Chubaty
[Package SpaDES.core version 2.1.0 Index]