Get Project data location on CIDA Drive

Description

Get Project data location on CIDA Drive

Usage

get_project_location(path = "")

Arguments

path (optional) a relative path to a particular place in the project

Value

full (absolute) file path including the project location on CIDA drive

Examples

library("CIDAtools")

# Read data from current project
df <- read.csv(ProjectLocation("DataRaw/my_proj_data.csv"))