Description Usage Arguments Examples
View source: R/bhl_namesearch.R
Names both with and without NameBank identifiers are returned.
1 |
name |
species name (character) |
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_namesearch('poa annua')
bhl_namesearch(name='helianthus annuus')
bhl_namesearch(name='helianthus annuus', as='xml')
bhl_namesearch(name='helianthus annuus', as='json')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.