Learn R Programming

infix (version 0.1.0)

file.path: Construct Path to File

Description

Analogous to file.path(x, y).

Usage

x %//% y

Arguments

x, y

Character vectors.

Examples

Run this code
# NOT RUN {
"home" %//% "dir" # returns "home/dir"
# }

Run the code above in your browser using DataLab