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