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

Description Usage Arguments Examples

View source: R/bhl_getpartmetadata.R

Description

Return a list of an item's pages.

Usage

1
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

1
2
3
4
## Not run: 
bhl_getpartmetadata(10409)

## End(Not run)

rbhl documentation built on May 13, 2021, 9:07 a.m.