RemoveWhitespaces | R Documentation |
RemoveWhitespaces replaces any nr of white spaces.
RemoveWhitespaces(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.
RemoveWhitespaces(string = "path To Folder")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.