all_works_df {bardr} | R Documentation |
A dataframe containing the full text of all of the complete works of William Shakespeare, as provided by Project Gutenberg.
all_works_df
A data frame with 166340 rows and 4 variables:
short (or common) name of the work
the full contents of the work. Each line is ~70 characters
the complete name of the work, as listed
whether the work is poetry, history, comedy, or tragedy
http://www.gutenberg.org/files/100/100-0.txt
works <- bardr::all_works_df
subset(works, works$genre == "History")