newProjectCode: Create new module code file
Description
Create new module code file
Usage
newProjectCode(name, path, open)# S4 method for 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 TRUE
in an interactive session.