powered by
A wrapper function of normalizePath() with different defaults.
normalizePath()
normalize_path(x, winslash = "/", must_work = FALSE, resolve_symlink = TRUE)
Arguments passed to normalizePath().
Whether to resolve symbolic links.
library(xfun) normalize_path("~")
Run the code above in your browser using DataLab