ReplaceRepeatedUnderscores | R Documentation |
ReplaceRepeatedUnderscores replaces multiple consecutive slashes with a single slash.
ReplaceRepeatedUnderscores(string)
string |
The string (file path) potentially having repeated slashes. |
A string with repeated slashes replaced by a single slash.
ReplaceRepeatedUnderscores(string = "path//to//folder")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.