books: Data frame of Ming and Qing novels

Description Usage Value Examples

Description

Returns a data frame of Ming and Qing novels with only 2 columns: text, which contains the text, and book, which contains the titles.

Usage

1

Value

A data frame with two columns: text and book

Examples

1
2
3
4
library(dplyr)

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

boltomli/mingqingxiaoshuor documentation built on June 9, 2019, 12:43 a.m.