powered by
This function removes spaces from a character string.
stripSpaces(x)
The string with spaces removed.
A character string.
# Remove spaces from "hello world" stripSpaces("hello world")
Run the code above in your browser using DataLab