os_path
From pathological v0.1-1
by Richard Cotton
The OS path
The locations in the operating system PATH
environment variable.
Usage
os_path(sep = c("/", "\\"), standardize = TRUE, splitter = if (is_windows()) ";" else ":")
Arguments
- sep
- String separator between directory levels in the output.
- standardize
- Should the paths be standardized?
- splitter
- The character to split the PATH environment variable on. Defaults to a semi-colon on Windows systems and a colon elsewhere.
Value
-
A character vector of paths.
See Also
Examples
os_path()
Community examples
Looks like there are no examples yet.