| stripSpaces {FastUtils} | R Documentation | 
Remove Spaces from a String
Description
This function removes spaces from a character string.
Usage
stripSpaces(x)
Arguments
x | 
 A character string.  | 
Value
The string with spaces removed.
Examples
# Remove spaces from "hello world"
stripSpaces("hello world")
[Package FastUtils version 0.1.1 Index]