knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

folgeR

CRAN status R-CMD-check Codecov test coverage

Client for the Folger Shakespeare Library API.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("vgherard/folgeR")

Example

library(folgeR)

head(folg_plays())
aww <- folg_text("AWW")
strtrim(aww, 499)


vgherard/folgeR documentation built on Dec. 23, 2021, 3:08 p.m.