FixUnderscores | R Documentation |
FixUnderscores removes multiple consecutive underscores (e.g. '') from a string, and optionally also removes a final ''.
FixUnderscores(string = "stairway__to_heaven_", trimFinal = TRUE)
string |
The file path potentially having Double Slash |
trimFinal |
Remove final undescore? |
FixUnderscores(string = "stairway//to/heaven")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.