bhl_getpartmetadata: Return a list of an item's pages.

View source: R/bhl_getpartmetadata.R

bhl_getpartmetadataR Documentation

Return a list of an item's pages.

Description

Return a list of an item's pages.

Usage

bhl_getpartmetadata(partid, key = NULL, ...)

Arguments

partid

The identifier of an individual part (article, chapter, etc) (numeric)

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_getpartmetadata(10409)

## End(Not run)

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