anom_combo: Create a combination name template

Description Usage Arguments

View source: R/anomia_classes.R

Description

Create a combination name template

Usage

1
2
3
4
5
6
7
anom_combo(
  pattern,
  prefix = NULL,
  suffix = NULL,
  sep = "-",
  case = c("lower", "upper", "title", "sentence")
)

Arguments

pattern

A list of word banks to use for names. See 'Details' for a full list of word banks included in this package.

prefix

A string to prepend to the names. Can be left NULL.

suffix

A string to append to the names. Can be left NULL.

sep

A string used for separating the prefix, words, and suffix.

case

The capitalization used for the words. Can be "lower" (default), "upper", "title", or "sentence". Does not affect the prefix or suffix.


adknudson/r-anomia documentation built on Dec. 18, 2021, 10:28 p.m.