normalize_text: Normalize text

View source: R/reshape_tweets.r

normalize_textR 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.


CooRTweet documentation built on April 4, 2025, 2:25 a.m.