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

Build Status DOI

dhlawrencer

An R Package for D. H. Lawrence's Novels

This package provides access to the full texts of 6 of D. H. Lawrence's novels.

The UTF-8 plain text for each novel was sourced from Project Gutenberg

The package contains:

There is also a function lawrence_books() that returns a tidy data frame of all 6 novels.

This package is based on Julia Silge's janeaustenr package.

Installation

You can install dhlawrencer from github with:

# install.packages("devtools")
devtools::install_github("MHenderson/dhlawrencer")


MHenderson/dhlawrencer documentation built on May 14, 2019, 5:21 p.m.