new_combo: Constructor method for combination template

Description Usage Arguments

View source: R/anomia_classes.R

Description

Constructor method for combination template

Usage

1
2
3
4
5
6
7
new_combo(
  pattern = list(),
  prefix = character(),
  suffix = character(),
  sep = character(),
  case = character()
)

Arguments

pattern

A list of word banks to use for names.

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".


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