stripSpaces | R Documentation |
This function removes spaces from a character string.
stripSpaces(x)
x |
A character string. |
The string with spaces removed.
# Remove spaces from "hello world"
stripSpaces("hello world")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.