Title: | R client for the Owlbot Dictionary API |
---|---|
Description: | R client for the Owlbot Dictionary API <https://owlbot.info/>. |
Authors: | Kevin Cazelles [aut, cre] |
Maintainer: | Kevin Cazelles <[email protected]> |
License: | GPL-3 |
Version: | 1.0.0.9000 |
Built: | 2024-10-30 02:44:24 UTC |
Source: | https://github.com/inSileco/rowlbot |
Get, set and forget authentification token.
rob_get_secret() rob_set_token(token = NULL) forget_token()
rob_get_secret() rob_set_token(token = NULL) forget_token()
token |
authentification token (obtained at https://owlbot.info/). |
rob_set_token
: set token interactively.
forget_token
: forget token.
Query the OWLBOT API see https://owlbot.info/
rowlbot(word, token = NULL, ...) ## S3 method for class 'rob_def' print(x, ...) ## S3 method for class 'rob_def' plot(x, ...)
rowlbot(word, token = NULL, ...) ## S3 method for class 'rob_def' print(x, ...) ## S3 method for class 'rob_def' plot(x, ...)
word |
a word to be defined. |
token |
authentification token. If |
... |
Extra arguments passed to |
x |
an object of class |
print
: print method for rob_def
object.
plot
: plot method for rob_def
object.
## Not run: rowlbot("owl") ## End(Not run)
## Not run: rowlbot("owl") ## End(Not run)