Examples for 'base::normalizePath'


Express File Paths in Canonical Form

Aliases: normalizePath

Keywords: utilities

### ** Examples
## No test: 
# random tempdir
cat(normalizePath(c(R.home(), tempdir())), sep = "\n")
/usr/local/R/4.2
/tmp/Rtmpul02DQ
## End(No test)

[Package base version 4.2.3 Index]