sanitizePath {BatchJobs} | R Documentation |
Sanitize a path
Description
Replaces backward slashes with forward slashes and optionally normalizes the path.
Usage
sanitizePath(path, make.absolute = TRUE, normalize.absolute = FALSE)
Arguments
path |
[ |
make.absolute |
[ |
normalize.absolute |
[ |
Value
character
with sanitized paths.
[Package BatchJobs version 1.9 Index]