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:
peacock
: The White Peacock, published in 1911sonsandlovers
: Sons and Lovers, published in 1913rainbow
: The Rainbow, published in 1915womeninlove
: Women in Love, published in 1920lostgirl
: The Lost Girl, published in 1920aaronsrod
: Aaron's Rod, also published in 1922
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.
You can install dhlawrencer from github with:
# install.packages("devtools")
devtools::install_github("MHenderson/dhlawrencer")