Get CIDA drive path
CIDA_drive_path.Rd
This function attempts to get the proper path for the CIDA drive either on Windows or Mac.
Examples
# Read data from P1234PIname project
if (FALSE) {
df <- read.csv(CIDA_drive_path("Projects/P1234PIname/DataRaw/data.csv"))
}