normalize_path {xfun} | R Documentation |
A wrapper function of normalizePath()
with different defaults.
normalize_path(x, winslash = "/", must_work = FALSE, resolve_symlink = TRUE)
x, winslash, must_work |
Arguments passed to
|
resolve_symlink |
Whether to resolve symbolic links. |
library(xfun)
normalize_path("~")