knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(magrittr)
=≠ A simple little thesaurus package.
You can install the released version of wordword from Github with:
devtools::install_github("mkearney/wordword")
wordword::tuna()
Access the unofficial API behind thesaurus.com:
wordword::tuna("intimate") %>% print(n = 30)
There's also access to bighugelab's words API (requires API key), but I ran through the limit on free requests in no time.
wordword::sameword()
wordword::sameword("intimate")
wordword::diffword()
wordword::diffword("intimate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.