Description Usage Arguments Examples
View source: R/bhl_getcollections.R
Get a list of collections which are used to group titles and items. A single collection may contain either titles or items, but not both.
1  | bhl_getcollections(as = "table", key = NULL, ...)
 | 
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  | ## Not run: 
bhl_getcollections()
bhl_getcollections(as = 'list')
bhl_getcollections(as = 'json')
bhl_getcollections(as = 'xml')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.