powered by
syn provides a dependency free way to get synonyms and antonyms of words.
syn(word, n_words = -1)
character, one word you want to find synonyms for.
integer, the number of words to look for. An integer Default is all words
synonyms of the word you entered. Returns character(0) if word not found.
character(0)
It's main functions are:
syn()
syns()
ant()
ants()
Learn more about syn at https://syn.njtierney.com/
# NOT RUN { # put some examples here syn("good") syn("evil", 25) # No words for spelling mistakes syn("spolling misteak") # }
Run the code above in your browser using DataLab