Description Usage Arguments Value See Also Examples
Join two path components in the "natural" way, as you would expect to
using a / operator. lhs and rhs may be any object that implements
the as.character S3 method, including Path
1 | lhs %//% rhs
|
lhs |
the path component(s) to be joined on lhs |
rhs |
path components(s) to be joined on rhs |
a new Path object (or vector of) corresponding to the joined
elements
Other Path: Path$.., Path$.,
Path$dir, Path$join,
Path$name, Path$new,
Path$parent, Path$show,
Path
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.