rowlbot: Query the OWLBOT API see <URL: https://owlbot.info/>

Description Usage Arguments Methods (by generic) Examples

View source: R/rowlbot.R

Description

Query the OWLBOT API see https://owlbot.info/

Usage

1
2
3
4
5
6
7
rowlbot(word, token = NULL, ...)

## S3 method for class 'rob_def'
print(x, ...)

## S3 method for class 'rob_def'
plot(x, ...)

Arguments

word

a word to be defined.

token

authentification token. If NULL (default) then rob_get_secret() is called which looks for OWLBOT_TOKEN in environment variables and calls rob_set_token() is OWLBOT_TOKEN is missing.

...

Extra arguments passed to httr::GET().

x

an object of class rob_def.

Methods (by generic)

Examples

1
2
3
4
## Not run: 
 rowlbot("owl")

## End(Not run)

inSileco/rowlbot documentation built on Nov. 26, 2020, 5:13 p.m.