R/book_list.R

#' @title Ctext.org Book List
#' @description An internal dataframe used for the get_text and get_books functions for downloading
#' books from the ctext.org API. Contains information for name of book, chapter, chapter number, and genre.
#' Indludes over 130 different books available on ctext.org.
#' @name book_list
#' @docType data
#' @usage book_list
#' available books <- unique(book_list$book)
#' @format data.frame object.
#' @keywords datasets
NULL
Jjohn987/ctextclassics documentation built on May 20, 2019, 3:05 p.m.