powered by
Checks the specified filepath for formatting consistencies: 1) use slash instead of backslash; 2) do tilde etc. expansion; 3) remove trailing slash.
normPath(path)# S4 method for character normPath(path)# S4 method for list normPath(path)# S4 method for `NULL` normPath(path)# S4 method for missing normPath()
# S4 method for character normPath(path)
# S4 method for list normPath(path)
# S4 method for `NULL` normPath(path)
# S4 method for missing normPath()
A character vector of filepaths.
Character vector of cleaned up filepaths.