bhl_getlanguages: Get a list of languages in which materials in BHL have been...

View source: R/bhl_getlanguages.R

bhl_getlanguagesR Documentation

Get a list of languages in which materials in BHL have been written.

Description

Get a list of languages in which materials in BHL have been written.

Usage

bhl_getlanguages(as = "table", key = NULL, ...)

Arguments

as

(character) Return a list ("list"), json ("json"), xml ("xml"), or parsed table ("table", default). Note that as="table" can give different data format back depending on the function - for example, sometimes a data.frame and sometimes a character vector.

key

Your BHL API key, either enter, or loads from your .Renviron as BHL_KEY or from .Rprofile as bhl_key.

...

Curl options passed on to crul::HttpClient()

Examples

## Not run: 
bhl_getlanguages()
bhl_getlanguages('json')
bhl_getlanguages('xml')
bhl_getlanguages('list')

## End(Not run)

ropensci/rbhl documentation built on Sept. 12, 2022, 2:02 p.m.