sample_books | R Documentation |
A tibble of book text for two sample books, generated using
gutenberg_download()
.
sample_books
A tbl_df (from tibble::tibble()
) with one row for each
line of text from each book, with columns:
Unique identifier for the work that can be used to join with the gutenberg_metadata dataset.
A character vector of lines of text.
The title of this work.
The author of this work.
This code was used to download the books:
gutenberg_download(c(109, 105), meta_fields = c("title", "author"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.