remove_punctuation: Remove Punctuation From String

Description Usage Arguments Value Examples

View source: R/remove-punctuation.R

Description

Remove Punctuation From String

Usage

1

Arguments

string

string to remove punctuation from

Value

string with punctuation removed, only letters and whitespace will remain

Examples

1
2
remove_punctuation("4534dog 4328hello")
"dog hello"

kadekillary/killaryr documentation built on Dec. 11, 2019, 3:36 p.m.