| birdlife_habitat | R Documentation |
Get bird habitat information from BirdLife/IUCN
birdlife_habitat(id)
id |
A single IUCN species ID |
a data.frame with level 1 and level 2 habitat classes, as
well as importance ratings and occurrence type (e.g. breeding or
non-breeding). The habitat classification scheme is described
at https://www.iucnredlist.org/resources/classification-schemes
David J. Harris harry491@gmail.com
Other birdlife:
birdlife_threats()
# Input validation runs before any HTTP request
try(birdlife_habitat(c(22721692, 103818789)))
if (interactive()) {
# Setophaga chrysoparia
birdlife_habitat(22721692)
# Passer domesticus
birdlife_habitat(103818789)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.