Description Usage Arguments Examples
This function allows you to get synonym of a word thanks to Thesaurus.com.
1 | get_synonym(word, langue, most_recommended = TRUE)
|
word |
Vecteur contenant le(s) mots recherché(s) |
langue |
Choix de la langue ("en" ou "fr") |
most_recommended |
Doit-on seulement chercher les synonymes les plus recommandés ou une liste plus exostives ? (TRUE ou FALSE) |
1 2 3 4 5 6 | get_synonym("cat")
Return larger list of synonym
get_synonym("cat", most_recommended = FALSE)
# For multiple research
lapply(c("cat","dog"), get_synonym)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.