Publication search
bhl_publicationsearch( q = NULL, full_text = FALSE, page = NULL, as = "table", key = NULL, ... )
q | (character) the text for which to search |
---|---|
full_text | (character) |
page | (integer) page to return |
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 |
Other publication-search:
bhl_publicationsearchadv()
if (FALSE) { bhl_publicationsearch('cocos island costa rica birds') bhl_publicationsearch('poa annua') bhl_publicationsearch('helianthus annuus') }