Learn R Programming

texter (version 0.1.9)

removeNumPunct: Easily remove Punctuation from Text

Description

This function will help you remove punctuation and numbers from your text easily

Usage

removeNumPunct(x)

Arguments

x

is the text column you want the punctuation and texts removed from

Value

a character vector.

Examples

Run this code
# NOT RUN {
{
removeNumPunct("is this your number? 01234")

}

# }

Run the code above in your browser using DataLab