clean_text: Clean/standardize text

Description Usage Arguments Value See Also Examples

View source: R/clean_text.R

Description

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

Usage

1

Arguments

x

a character string to "clean"

Value

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

See Also

best_match

Examples

1
clean_text("HELLO_World!!!")

incadata documentation built on April 14, 2020, 6:08 p.m.