Description Usage Arguments Examples
View source: R/bhl_bioherlib.R
Search BHL across many API methods.
1 2 3 4 5 6 7 8 9  | 
method | 
 The API method to use.  | 
pageid | 
 The identifier of an individual page in a scanned book.  | 
ocr | 
 return ocr text of the page (logical). Default:   | 
names | 
 return the names that appear on the page (logical).
Default:   | 
as | 
 (character) Return a list ("list"), json ("json"), xml ("xml"),
or parsed table ("table", default). Note that   | 
key | 
 Your BHL API key, either enter, or loads from your   | 
... | 
 Curl options passed on to   | 
1 2 3 4 5 6 7 8 9  | ## Not run: 
bhl_bioherlib(method='GetPageMetadata', pageid=1328690, ocr=TRUE,
  names=TRUE)
bhl_bioherlib(method='GetPageMetadata', pageid=1328690, ocr=TRUE,
  names=TRUE, as="xml")
bhl_bioherlib(method='GetPageMetadata', pageid=1328690, ocr=TRUE,
  names=TRUE, as="list")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.