knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(magrittr)

wordword

lifecycle

=≠ A simple little thesaurus package.

Installation

You can install the released version of wordword from Github with:

devtools::install_github("mkearney/wordword")

thesaurus.com

wordword::tuna()

Access the unofficial API behind thesaurus.com:

wordword::tuna("intimate") %>%
  print(n = 30)

bighugelabs.com

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")


mkearney/wordword documentation built on May 21, 2019, 1:44 a.m.