Learn R Programming

rccmisc (version 0.3.7)

clean_text: Clean/standardize text

Description

Removes punctuation and spaces from character string. Also makes it lower case.

Usage

clean_text(string)

Arguments

string
a character string to "clean"

Value

the cleaned character string (no punctuation, spaces or capital letters)

See Also

best_match

Examples

Run this code
clean_text("HELLO_World!!!")

Run the code above in your browser using DataLab