Learn R Programming

nima (version 0.4.5)

newproj: New Project Skeleton

Description

Generate a skeleton for a data analysis project by calling ProjectTemplate

Usage

newproj(name = "ProjectTemplate", minimal = TRUE, ...)

Arguments

name

(character) - the name to be given to the new project directory

minimal

(character) - option to set up only a minimal project directory, passed to ProjectTemplate::create.project()

...

- options to be passed to ProjectTemplate::create.project()