An R client for the Owlbot Dictionary API.
remotes::install_github("inSileco/rowlbot")
library(rowlbot)
ex <- rowlbot("owl")
ex
## ── owl /oul/ ─────────────────────────────────────────────────────────
## 1. noun
## ● a nocturnal bird of prey with large eyes, a facial disc, a
## hooked beak, and typically a loud hooting call.
## ● ex: "I love reaching out into that absolute silence, when you
## can hear the owl or the wind."
## ● emoji: 🦉
## ● image available use `plot()`
● image available use
plot()
So let’s plot it!
plot(ex)
rowl
was started for fun and turned out to be a good minimal example
to explain how to create a R client for web API.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.