get_bible_version: Get Bible Version

View source: R/get_bible.R

get_bible_versionR Documentation

Get Bible Version

Description

Retrieves the Bible data filtered by the specified language and testament.

Usage

get_bible_version(language, testament)

Arguments

language

A character string specifying the language of the Bible. Must be one of "English", "Hebrew", or "Greek".

testament

A character string specifying the testament. This input is standardized using standardize_testament() and should typically be "Old Testament", "New Testament", or "Both".

Details

This function filters the underlying Bible dataset based on the specified language and testament. For English, it divides the dataset into Old and New Testaments by using predefined book ranges from the rasb_bible dataset. For Hebrew and Greek, it refers to the old_testament and new_testament datasets respectively, and will produce an error if an unsupported combination is requested.

Value

A data frame containing the Bible data corresponding to the selected language and testament.


logos documentation built on April 4, 2025, 4:42 a.m.