Description Usage Arguments Value Examples
Cleans the raw text into human readable text.
1 |
text |
A text to clean. |
'text' output without special characters, html_tags, #tags, contaction words, stop-words and convert everything to lower case
1 2 | text <- "Early optimization is the root of all evil!"
clean_text(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.