syn | R Documentation |
syn provides a dependency free way to get synonyms and antonyms of words.
syn(word, n_words = -1)
word |
character, one word you want to find synonyms for. |
n_words |
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.
Maintainer: Nicholas Tierney nicholas.tierney@gmail.com (ORCID)
Authors:
Amy Stringer amy.stringer@me.com (ORCID)
Mike Cheng mikefc@coolbutuseless.com
Laura de Jong
Other contributors:
Thomas Lumley thomas.lumley@r-project.org [contributor]
It's main functions are:
syn()
syns()
ant()
ants()
Learn more about syn at https://syn.njtierney.com/
# put some examples here
syn("good")
syn("evil", 25)
# No words for spelling mistakes
syn("spolling misteak")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.