clean_text {rccmisc}R Documentation

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

clean_text("HELLO_World!!!")

[Package rccmisc version 0.3.7 Index]