R/book_of_mormon.R

#' Book of Mormon (LDS Text)
#' 
#' A dataset containing all verses of the Book of Mormon, includes all 15
#' books, one verse per row.
#'
#' @format A \link[tibble]{tibble} with 6,604 rows and 5 variables:
#' \describe{
#'   \item{volume_title}{ Title of volume}
#'   \item{book_title}{ Title of book}
#'   \item{chapter_number}{ Chapter number}
#'   \item{verse_number}{ Verse number}
#'   \item{scripture_text}{ Verse text}
#' }
#' @source \url{http://scriptures.nephi.org/}
"book_of_mormon"
JohnCoene/sacred documentation built on May 21, 2019, 9:22 a.m.