lawrence_books: Tidy data frame of 6 of D. H. Lawrence's novels

View source: R/lawrence_books.R

lawrence_booksR Documentation

Tidy data frame of 6 of D. H. Lawrence's novels

Description

Returns a tidy data frame of 6 of D. H. Lawrence's completed, published novels with two columns: text, which contains the text of the novels divided into elements of up to about 70 characters each, and book, which contains the titles of the novels as a factor in order of publication.

Usage

lawrence_books()

Value

A data frame with two columns: text and book

Examples


library(dplyr)

lawrence_books() %>% group_by(book) %>%
     summarise(total_lines = n())


MHenderson/dhlawrencer documentation built on May 3, 2024, 4:40 p.m.