Learn R Programming

adapr (version 2.0.0)

getProjectLibrary: Given Project name, Return project library directory

Description

Given Project name, Return project library directory

Usage

getProjectLibrary(project.id0 = getProject())

Arguments

project.id0

is string with project name

Value

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

Details

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

Will create directory if doesn't already exist.

Examples

Run this code
# NOT RUN {
getProjectLibrary("adaprHome")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab