sanitizePath | R Documentation |
This function replaces forward slashes with backslashes on Windows systems, and leaves the path unchanged on Unix-like systems.
sanitizePath(path)
path |
A character string representing the file path to be sanitized. |
A sanitized file path suitable for the current operating system.
Michal Burda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.