Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

CooRTweet (version 1.5.0)

normalize_text: Normalize text

Description

Utility function that normalizes text by removing mentions of other users, removing "RT", converting to lower case, and trimming whitespace.

Usage

normalize_text(x)

Value

The normalized text.

Arguments

x

The text to be normalized.