powered by
Shortcut for normalizePath(file.path(...), winslash = sep, mustWork = FALSE)
normalizePath(file.path(...), winslash = sep, mustWork = FALSE)
norm_path(..., sep = "/")
Normalized path constructed from ...
Parts used to construct the path
Path separator to be used on Windows
norm_path("C:/Users/max", "a\\b", "c") # returns C:/Users/max/a/b/c norm_path("a\\b", "c") # return /a/b/c
Run the code above in your browser using DataLab