normalize_text {CooRTweet} | R Documentation |
Normalize text
Description
Utility function that normalizes text by removing mentions of other accounts, removing "RT", converting to lower case, and trimming whitespace.
Usage
normalize_text(x)
Arguments
x |
The text to be normalized. |
Value
The normalized text.
[Package CooRTweet version 2.0.2 Index]