bibles: Get a list of available Bible versions

Description Usage Arguments

View source: R/bibles.R

Description

This will pull a list of all available bible versions

Usage

1
2
3
4
5
6
7
8
9
bibles(
  language = NA,
  abbreviation = NA,
  name = NA,
  ids = NA,
  details = FALSE,
  debug = FALSE,
  apikey = Sys.getenv("BIBLER_APIKEY")
)

Arguments

language

ISO 639-3 three digit language code used to filter results

abbreviation

Bible abbreviation to search for

name

Bible name to search for

ids

Comma separated list of Bible ids to return

details

Boolean to include full Bible details (e.g. copyright and promo info)

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.