| birdlife_threats | R Documentation |
Get bird threat information from BirdLife/IUCN
birdlife_threats(id)
id |
A single IUCN species ID |
a data.frame with the species ID and two levels of threat
descriptions, plus stresses, timing, scope, severity, and impact associated
with each stressor.
David J. Harris harry491@gmail.com
Other birdlife:
birdlife_habitat()
# Input validation runs before any HTTP request
try(birdlife_threats(c(22721692, 22678440)))
if (interactive()) {
# Setophaga chrysoparia
birdlife_threats(22721692)
# Aburria aburri
birdlife_threats(22678440)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.