standardize_whitespace {cranly} | R Documentation |
Standardize whitespace in strings
Description
Standardize whitespace in strings
Usage
standardize_whitespace(variable)
Arguments
variable |
a character string. |
Value
A list of one vector of character strings.
Examples
standardize_whitespace(" My spacebar key is broken. ")
[Package cranly version 0.6.0 Index]