synonyms | R Documentation |
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.
synonyms(l)
l |
a grouped list of words |
{
synonyms(list(c('package', 'library'), c('foo', 'bar', 'baz')))
synonyms()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.