Description Usage Arguments Examples
View source: R/text_clean.whitespace.R
Cleans double whitespaces and whitespace at the beginning or end of string.
1 |
vec |
character string or vector of character strings |
1 2 3 | test<-c("te st"," test ")
test
text_clean.whitespace(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.