Learn R Programming

SpaDES.core (version 2.0.5)

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())

Value

invoked for side effect of project file creation

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.

Author

Alex Chubaty