Learn R Programming

incadata (version 0.9.1)

clean_text: Clean/standardize text

Description

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

Usage

clean_text(x)

Arguments

x

a character string to "clean"

Value

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

See Also

best_match

Examples

Run this code
# NOT RUN {
clean_text("HELLO_World!!!")
# }

Run the code above in your browser using DataLab