FixPath | R Documentation |
FixPath removes multiple consecutive slashes (e.g. '//') from a string and adds a final '/' if missing from a file path.
FixPath(string = "stairway//to/heaven", ..., is.file = FALSE)
string |
The file path potentially having Double Slash |
... |
Additional strings to concatenate after the first one |
is.file |
Do not add last slash if this string ends in a filename. Def: FALSE |
FixPath(string = "stairway//to/heaven")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.