powered by
Ant: Get antonyms for one word
ant(word, n_words = -1)
character, one word you want to find antonyms for.
integer, the number of words to return.
antonyms of the word you entered. Returns character(0) if word not found
character(0)
# NOT RUN { ant("good") ant("evil", 25) # No words for spelling mistakes ant("spolling misteak") # }
Run the code above in your browser using DataLab