filePathSimple {NMdata} | R Documentation |
Clean and standardize file system paths
Description
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.
Usage
filePathSimple(...)
Arguments
... |
additional arguments passed to file.path(). |
Value
A (character) file path
[Package NMdata version 0.1.7 Index]