strip_punctuation: Strip punctuation from character string

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Strip punctuation from character string

Usage

1

Arguments

x

"character" string

Value

"character" string in lowercase without punctuation

Examples

1
2
3
x <- "Hello, my name is Shan Sabri!   "
strip_punctuation(x)
# "hello my name is shan sabri"

ShanSabri/PubMedScrapeR documentation built on Oct. 30, 2019, 11:53 p.m.