normalize_path | 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("~")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.