View source: R/reshape_tweets.r
normalize_text | R Documentation |
Utility function that normalizes text by removing mentions of other accounts, removing "RT", converting to lower case, and trimming whitespace.
normalize_text(x)
x |
The text to be normalized. |
The normalized text.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.