forwardSlash {omnibus} | R Documentation |
Replace backslash with forward slash
Description
This function is helpful for Windows systems, where paths are usually expressed with left slashes, whereas R
requires right slashes.
Usage
forwardSlash(x)
Arguments
x |
A string. |
Value
Character.
Examples
forwardSlash("C:\\ecology\\main project")
[Package omnibus version 1.2.13 Index]