CIDA_drive_path: Get CIDA drive path

View source: R/MiscFxns.R

CIDA_drive_pathR Documentation

Get CIDA drive path

Description

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
## Not run: 
df <- read.csv(CIDA_drive_path("Projects/P1234PIname/DataRaw/data.csv"))

## End(Not run)


popovs/OPPtools documentation built on July 8, 2023, 2:29 a.m.