README.md

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.



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