Description Usage Arguments Value Examples
View source: R/download_image_urls_from_id.R
Get the URLs of the Encyclopedia Of Life images for that species
1 | download_image_urls_from_id(species_id)
|
species_id |
the EOL ID of a species. Use download_search_results to find the ID of a species |
a URL if there is a URL, an empty string otherwise
1 2 | species_id <- download_search_results("Homo sapiens")$id[1]
urls <- download_image_urls_from_id(species_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.