Description Usage Arguments Examples
a wrapper function of normalizePath()
with different
default parameters.
1 | normalize_path(path, winslash = .Platform$file.sep, must_work = FALSE)
|
path |
character or character vector of file paths. |
winslash |
the separator to be used on Windows. Default is
|
must_work |
logical, default FALSE. |
1 2 | library(antgreens)
normalize_path(c('', NA, "file/path"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.