synonymize: Create common synonyms of strings

View source: R/synonymize.R

synonymizeR Documentation

Create common synonyms of strings

Description

Create common synonyms of strings

Usage

synonymize(s)

Arguments

s

Character vector or string

Details

This function takes an input string or vector of strings, and creates an output vector that has uppercase, lowercase, and title case versions of the input string(s) with different common delimiters (space, hyphen, underscore, period). Note that the different strings present in the output will have all delimiters the same (e.g. robin_sparrow_swift, not robin.sparrow_swift)

Value

Character vector containing common synonyms of the input string or character vector


etnite/bwardr documentation built on Jan. 6, 2023, 7:12 a.m.