Learn R Programming

sumup (version 1.0.1)

clean_text: Clean Text

Description

Cleans and standardizes text by handling HTML tags, punctuation, spacing, and abbreviations.

Usage

clean_text(input_text, corrections)

Value

A cleaned character vector.

Arguments

input_text

A character vector containing the text to be cleaned.

corrections

A data frame containing typo corrections.