forwardSlash {omnibus} | R Documentation |
This function is helpful for Windows systems, where paths are usually expressed with left slashes, whereas R
requires right slashes.
forwardSlash(x)
x |
A string. |
Character.
forwardSlash("C:\\ecology\\main project")