acronames: Create Names using Acronyms

Description Usage Arguments Value Examples

View source: R/acronames.R

Description

Create Names using Acronyms

Usage

1
acronames(required = list(), optional = list(), dict = dictionary())

Arguments

required

list of required words. Words that are alternatives for each other should be a character vector entry to the list.

optional

list of optional words. Words that are alternatives for each other should be a character vector entry to the list.

dict

the dictionary of acceptable words. Must contain a column with the name word.

Value

vector of possibilities

Examples

1
2
3
4
data('dict')
test <- acronames(required = list('Harvard', c('Automated', 'Algorithmic'),
'Redistricting', c('Team', 'Project', 'Group')), optional = list('Methodology'),
dict = dict)

christopherkenny/acroname documentation built on Dec. 19, 2021, 4:02 p.m.