chapter: Get chapter contents

Description Usage Arguments

View source: R/chapter.R

Description

This will pull a chapter cotent

Usage

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

Arguments

chapterid

Id of the Chapter to fetch

bibleid

Id of Bible whose Chapters 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

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.