Learn R Programming

adapr (version 1.0.2)

path.expand.2: Swap / for \ in path expand

Description

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

Examples

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

Run the code above in your browser using DataLab