Get Project data location on CIDA Drive
ProjectLocation.Rd
Get Project data location on CIDA Drive
Examples
# Read data from current project
if (FALSE) { # \dontrun{
df <- read.csv(ProjectLocation("DataRaw/my_proj_data.csv"))
} # }
ProjectLocation.Rd
Get Project data location on CIDA Drive
# Read data from current project
if (FALSE) { # \dontrun{
df <- read.csv(ProjectLocation("DataRaw/my_proj_data.csv"))
} # }