all_works_df: Contents of Complete Works of William Shakespeare (dataframe)

Description Usage Format Source Examples

Description

A dataframe containing the full text of all of the complete works of William Shakespeare, as provided by Project Gutenberg.

Usage

1

Format

A data frame with 166340 rows and 4 variables:

name

short (or common) name of the work

content

the full contents of the work. Each line is ~70 characters

full_name

the complete name of the work, as listed

genre

whether the work is poetry, history, comedy, or tragedy

Source

http://www.gutenberg.org/files/100/100-0.txt

Examples

1
2
works <- bardr::all_works_df
subset(works, works$genre == "History")

bardr documentation built on March 24, 2021, 5:06 p.m.