Skip to contents

This function attempts to get the proper path for the CIDA drive either on Windows or Mac.

Usage

CIDA_drive_path(path = "")

Arguments

path

(optional) a path to a particular place in the CIDA drive

Value

full (absolute) file path of CIDA drive

Examples

# Read data from P1234PIname project
if (FALSE) {
df <- read.csv(CIDA_drive_path("Projects/P1234PIname/DataRaw/data.csv"))
}