download_image_urls_from_id: Get the URLs of the Encyclopedia Of Life images for that...

Description Usage Arguments Value Examples

View source: R/download_image_urls_from_id.R

Description

Get the URLs of the Encyclopedia Of Life images for that species

Usage

1

Arguments

species_id

the EOL ID of a species. Use download_search_results to find the ID of a species

Value

a URL if there is a URL, an empty string otherwise

Examples

1
2
species_id <- download_search_results("Homo sapiens")$id[1]
urls <- download_image_urls_from_id(species_id)

richelbilderbeek/aureole documentation built on March 4, 2020, 10:47 p.m.