Description Usage Arguments Value Examples
This function coverts text to lowercase, removes non-alpha numeric characters, and vectorizes text by splitting on one or more spaces.
1 | clean_text(x)
|
x |
a string |
a vector of strings
1 2 | clean_text("THIS is an example sentence. With another 1 sentence!!")
## [1] "this" "is" "an" "example" "sentence" "with" "another" "1" "sentence"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.