books: Get a list of available books

Description Usage Arguments

View source: R/books.R

Description

This will pull a list of all available books in a particular version

Usage

1
2
3
4
5
6
7
books(
  bibleid = Sys.getenv("MAIN_BIBLEID"),
  chapters = FALSE,
  sections = FALSE,
  debug = FALSE,
  apikey = Sys.getenv("BIBLER_APIKEY")
)

Arguments

bibleid

Identifies the Bible version (required)

chapters

Boolean indicating if an array of chapter summaries should be included in the results. Defaults to false.

sections

Boolean indicating if an array of chapter summaries and an array of sections should be included in the results. Defaults to false.

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.