getProjectLibrary: Given Project name, Return project library directory

Description Usage Arguments Details Value Examples

View source: R/get_project_path.R

Description

Given Project name, Return project library directory

Usage

1
getProjectLibrary(project.id0 = getProject())

Arguments

project.id0

is string with project name

Details

Reads "~/ProjectPaths/projectid_2_diretory.csv" into dataframe

Will create directory if doesn't already exist.

Value

string containing project library directory. Will return empty string if default library.

Examples

1
2
3
4
## Not run: 
getProjectLibrary("adaprHome")

## End(Not run) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.