get_antonym: This function allows you to get antonym of a word thanks to...

Description Usage Examples

View source: R/get_antonym.R

Description

This function allows you to get antonym of a word thanks to Thesaurus.com.

Usage

1
get_antonym(word, most_recommended = TRUE)

Examples

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)

AlexisMayer/toolbox documentation built on Aug. 25, 2020, 3:56 p.m.