get_bible_version | R Documentation |
Retrieves the Bible data filtered by the specified language and testament.
get_bible_version(language, testament)
language |
A character string specifying the language of the Bible.
Must be one of |
testament |
A character string specifying the testament. This input is standardized using
|
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.
A data frame containing the Bible data corresponding to the selected language and testament.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.