Description Usage Arguments Examples
Utility tools to get specimen description and images from NYBG's virtual herbarium
1 | get_description(ny_id)
|
ny_id |
The NYBG specimen ID. It is equivalent to the field catalogNumber in GBIF. |
path |
Where to save downloaded images. Defaults to getwd(). |
... |
Other parameters passed on to rgbif::occ_search. |
1 2 3 4 5 6 7 8 9 | ## Not run:
get_description(1889108)
get_specimen_url(1889108)
fill_description(1889108)
get_image_url(1889108)
open_image(1889108)
download_image(1889108)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.