Learn R Programming

adapr (version 2.0.0)

path.expand.2: Location of options file and project listing. Swap / for \ in path expand.

Description

Location of options file and project listing. Swap / for \ in path expand.

Usage

path.expand.2(x)

Arguments

x

file path, could be relative or ~

Value

Full filepath to x

Details

See path.expand() in base R. Can be controlled in R profile by adding adaprHomeDir option. See adaprHomeDir().

Examples

Run this code
# NOT RUN {
 path.expand.2("~")
# }

Run the code above in your browser using DataLab