ant | R Documentation |
Ant: Get antonyms for one word
ant(word, n_words = -1)
word |
character, one word you want to find antonyms for. |
n_words |
integer, the number of words to return. |
antonyms of the word you entered. Returns character(0)
if word not found
ant("good")
ant("evil", 25)
# No words for spelling mistakes
ant("spolling misteak")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.