ReplaceRepeatedDots | R Documentation |
ReplaceRepeatedDots removes multiple consecutive slashes (e.g. '..') from a string (file path).
ReplaceRepeatedDots(string)
string |
The string (file name or path) potentially having multiple dots |
ReplaceRepeatedDots(string = "stairway..to...heaven....") # replace by a single dot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.