Description Usage Arguments Details Value Examples
Normalize a pathname by collapsing redundant separators and
up-level references so that A//B, A/B/, A/./B and
A/foo/../B all become A/B. This string manipulation may
change the meaning of a path that contains symbolic links.
1 | path_norm(path)
|
path |
Character vector of paths. |
On Windows, it converts forward slashes to backward slashes.
Character vector of normalized paths.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.