Description Usage Arguments Examples
View source: R/bhl_getitemmetadata.R
You may choose to include a list of the item's pages.
1 2 3 4 5 6 7 8 9  | 
itemid | 
 item id (character)  | 
pages | 
 return the items pages (  | 
ocr | 
 (logical)   | 
parts | 
 (logical)   | 
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  | ## Not run: 
bhl_getitemmetadata('16800', TRUE)
bhl_getitemmetadata('16800', TRUE, as='xml')
bhl_getitemmetadata('16800', TRUE, as='json')
bhl_getitemmetadata('16800', TRUE, as='list')
bhl_getitemmetadata(20419, pages=FALSE, parts=TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.