norm_path | R Documentation |
Shortcut for normalizePath(file.path(...), winslash = sep, mustWork = FALSE)
norm_path(..., sep = "/")
... |
Parts used to construct the path |
sep |
Path separator to be used on Windows |
Normalized path constructed from ...
norm_path("C:/Users/max", "a\\b", "c") # returns C:/Users/max/a/b/c
norm_path("a\\b", "c") # return <current-working-dir>/a/b/c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.