powered by
This function retrieves text from a specified book and chapter, with optional filtering by verse, partitioning, and language selection.
retrieve_chapter( book, chapter = NULL, verse = NULL, fraction = NULL, part = NULL, language, testament )
A character vector containing the retrieved Bible text.
A character string specifying the book of the Bible.
A numeric or character vector specifying the chapter(s) to retrieve.
An optional numeric vector specifying specific verses to retrieve.
A numeric value indicating how many equal parts to divide the chapter into.
A numeric value specifying which part to return (must be between 1 and fraction).
fraction
A character string specifying the language of the Bible text. Options are "English", "Hebrew", or "Greek".
A character string specifying whether to retrieve from the Old or New Testament.
retrieve_chapter("Jud",chapter = 1, verse = 1, language = "English", testament = "new")
Run the code above in your browser using DataLab