This function allows you to get antonym of a word thanks to Thesaurus.com.
1 | get_antonym(word, most_recommended = TRUE)
|
1 2 3 4 5 6 7 | get_antonym("cat")
Return larger list of synonym
get_antonym("cat", most_recommended = FALSE)
For multiple research
lapply(c("cat","dog"), get_antonym)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.