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

tidygutenbergr

Travis build status

The goal of tidygutenbergr is to provide simple cleaning functions for popular works collected from gutenberg.org.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("EmilHvitfeldt/tidygutenbergr")

Example

library(tidygutenbergr)

king_arthur()

Code of Conduct

Please note that the 'tidygutenbergr' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



EmilHvitfeldt/tidygutenbergr documentation built on Jan. 2, 2020, 8:38 p.m.