| 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]
| file.path {infix} | R Documentation |
Analogous to file.path(x, y).
x %//% y
x, y |
Character vectors. |
"home" %//% "dir" # returns "home/dir"