file.path {infix} | R Documentation |
Construct Path to File
Description
Analogous to file.path(x, y)
.
Usage
x %//% y
Arguments
x , y |
Character vectors. |
Examples
"home" %//% "dir" # returns "home/dir"
[Package infix version 0.1.0 Index]