remove_whitespace {spdesign} | R Documentation |
Remove all white spaces
Description
Takes a string as an input and removes all whitespaces in the string
Usage
remove_whitespace(string)
Arguments
string |
A character string |
Value
A character vector with no white spaces
[Package spdesign version 0.0.4 Index]