Create new module code file

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.

Value

invoked for side effect of project file creation

Author

Alex Chubaty