createPrjDir: (internal) Create user project directory

Description Usage Arguments Value Methods (by class) Examples

Description

The method creates a project directory and updates the project config file. The project directory is where all the data and metadata files are located. The method should be called through the prjConfig function.

Usage

1
2
3
4
createPrjDir(object, prjDir)

## S4 method for signature 'Commons,character'
createPrjDir(object, prjDir)

Arguments

object

Commons class object

prjDir

user project directory

Value

TRUE if the project directory is created and FALSE if not.

Methods (by class)

Examples

1
2
3
4
5
6
7
8
## Not run: 

c <- Commons()
createPrjDir(c, prjDir = "/home/user/dbgapr_project")
# or
createPrjDir(c, prjDir ="C:\\Users\\user\\dbgapr_project")       # for Windows

## End(Not run)

jameslhao/dbgapr_dev documentation built on May 8, 2019, 11:03 p.m.