passage: Get passage contents

Description Usage Arguments

View source: R/passage.R

Description

This will pull a range of versions in a passage format

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
passage(
  passageid = "mrk.1",
  contenttype = "text",
  includenotes = FALSE,
  includetitles = TRUE,
  includechapternumbers = FALSE,
  includeversenumbers = TRUE,
  includeversespans = FALSE,
  parallels = NULL,
  useorgid = FALSE,
  returnstring = TRUE,
  bibleid = Sys.getenv("MAIN_BIBLEID"),
  debug = FALSE,
  apikey = Sys.getenv("BIBLER_APIKEY")
)

Arguments

passageid

Id of the Chapter to fetch

contenttype

Content type to be returned in the content property. Supported values are html (default), json (beta), and text (beta)

includenotes

Include footnotes in content

includetitles

Include section titles in content

includechapternumbers

Include chapter numbers in content

includeversenumbers

Include verse numbers in content.

includeversespans

Include spans that wrap verse numbers and verse text for bible content.

parallels

Comma delimited list of bibleIds to include

useorgid

Use the supplied id(s) to match the verseOrgId instead of the verseId

returnstring

Do you want a table or a string to be returned

bibleid

Id of Bible whose Chapters to fetch

debug

Used to help debug the query

apikey

API.bible api key. Sign up here https://scripture.api.bible/signup


benrwoodard/bibler documentation built on Feb. 13, 2022, 1:26 p.m.