synonyms: Get or set synonyms list

View source: R/textual.R

synonymsR Documentation

Get or set synonyms list

Description

Without the l parameter, this function returns the saved list of synonym words. If l is set, then this word list is saved for future use.

Usage

synonyms(l)

Arguments

l

a grouped list of words

Examples

{
synonyms(list(c('package', 'library'), c('foo', 'bar', 'baz')))
synonyms()
}

rapportools documentation built on March 22, 2022, 1:06 a.m.