filePathSimple {NMdata} | R Documentation |
Use this to tidy up paths. Combines pieces of a path like file.path(). The function is intended to return a canonical path format, i.e. paths that can be compared by simple string comparison. Redundant /'s removed. normalizePath is used to possibly shorten path.
filePathSimple(...)
... |
additional arguments passed to file.path(). |
A (character) file path