shorten_acronym: Shorten Character Strings to Acronym

Description Usage Arguments

View source: R/shorten.r

Description

Shorten Character Strings to Acronym

Usage

1
shorten_acronym(x, sep = " ", cruft_pattern = "[^a-zA-Z0-9 \\.]")

Arguments

x

a vector of characters.

sep

the string separators. Default " ".

cruft_pattern

the regex desribing the characters that will be dropped from the string.


presagia-analytics/normalizer documentation built on Dec. 12, 2019, 7:40 a.m.