Learn R Programming

CooRTweet (version 2.0.2)

normalize_text: 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)

Value

The normalized text.

Arguments

x

The text to be normalized.