bhl_getinstitutions: GetInstitutions data

View source: R/bhl_getinstitutions.R

bhl_getinstitutionsR Documentation

GetInstitutions data

Description

GetInstitutions data

Usage

bhl_getinstitutions(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()

Details

Get a list of institutions which have contributed to BHL in some way. These institutions may fill roles such as contributors, rights holders, and scanning institutions.

Examples

## Not run: 
bhl_getinstitutions()

## End(Not run)

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