R/tanach.R

#' The Tanach.
#'
#' A dataset containing all verses of the Tanach, includes all 39
#' books, one verse per row.
#'
#' @format A \link[tibble]{tibble} with 23,213 rows and 5 variables:
#' \describe{
#'   \item{book.num}{ Book number}
#'   \item{book}{ Book name}
#'   \item{psalm}{ Psalm}
#'   \item{verse}{ Verse}
#'   \item{text}{ Text of verse}
#' }
#' @source \url{http://www.sacred-texts.com/bib/osrc/}
"tanach"
JohnCoene/sacred documentation built on May 21, 2019, 9:22 a.m.