bhl_pages: Get many OCR-generated pages given a single item id

View source: R/getpages.R

bhl_pagesR Documentation

Get many OCR-generated pages given a single item id

Description

Get many OCR-generated pages given a single item id

Usage

bhl_pages(itemid, key = NULL, ...)

Arguments

itemid

the item id (character). Required

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: 
x <- bhl_publicationsearch('Selborne', year=1825, collection=4,
  language='eng')
bhl_pages(itemid = x$ItemID[1])

## End(Not run)

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