Retrieves the Bible data filtered by the specified language and 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.
