Learn R Programming

adapr (version 1.0.1)

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("~")
# ## End(Not run) 

Run the code above in your browser using DataLab