Get Project data location on CIDA Drive

Description

Get Project data location on CIDA Drive

Usage

ProjectLocation()

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"))