project_create: Create a new ENR project.

Description Usage Arguments Examples

Description

This function will create all of the scaffolding for a new ENR project. It will set up all of the relevant directories and their initial contents.

Usage

1
project_create(name = "enr_project", path = ".")

Arguments

name

A project name. Must be a valid directory name for your file system.

path

A path where you want to store your new project.

Examples

1
## Not run: project_create(name = "new_enr_project", path = "/"

pearsonplc/skelpear documentation built on May 30, 2019, 3:45 p.m.