A tibble of book text for two sample books, generated using
gutenberg_download()
.
Format
A tbl_df (from tibble::tibble()
) with one row for each
line of text from each book, with columns:
- gutenberg_id
Unique identifier for the work that can be used to join with the gutenberg_metadata dataset.
- text
A character vector of lines of text.
- title
The title of this work.
- author
The author of this work.