removeNumPunct: Easily remove Punctuation from Text

Description Usage Arguments Value Examples

View source: R/removeNumPunct.R

Description

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

Usage

1

Arguments

x

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

Value

a character vector.

Examples

1
2
3
4
{
removeNumPunct("is this your number? 01234")

}

texter documentation built on Sept. 20, 2021, 5:08 p.m.