sameword: Synonyms of a given word

Description Usage Arguments Value

View source: R/wordword.R

Description

Returns synonyms for a given word using the words API from bighugelabs

Usage

1
sameword(word, key = NULL)

Arguments

word

Word from which synonyms should be found.

key

User API key as assigned from bighugelabs. The default, NULL, looks for a BIGHUGELABS_KEY environment variable, which it sets automatically for you after specifying the key once per machine.

Value

A list of synonyms for the word across different parts of speech (if applicable)


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