Learn R Programming

traits (version 0.5.1)

birdlife_habitat: Get bird habitat information from BirdLife/IUCN

Description

Get bird habitat information from BirdLife/IUCN

Usage

birdlife_habitat(id)

Value

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

Arguments

id

A single IUCN species ID

Author

David J. Harris harry491@gmail.com

See Also

Other birdlife: birdlife_threats()

Examples

Run this code
if (FALSE) {
# Setophaga chrysoparia
birdlife_habitat(22721692)
# Passer domesticus
birdlife_habitat(103818789)
}

Run the code above in your browser using DataLab