syns | R Documentation |
Syns: Get synonyms for many words
syns(words, n_words = -1)
words |
word, character - many words you want to find synonyms for |
n_words |
integer, the number of words to look for. An integer Default is all words |
named list of synonyms. Returns character(0)
if word not found.
syns(c("good", "evil"), 10)
# No words for spelling mistakes
syns("spolling misteak")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.