Skip to content

inSileco/rowlbot

Repository files navigation

rowlbot

R build status codecov Monitor API

An R client for the Owlbot Dictionary API.

Installation

remotes::install_github("inSileco/rowlbot")

Example

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)

What for?

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.

Code of Conduct

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.

About

R client for the Owlbot Dictionary API https://owlbot.info/

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages