Skip to contents

Get bird habitat information from BirdLife/IUCN

Usage

birdlife_habitat(id)

Arguments

id

A single IUCN species 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

See also

Other birdlife: birdlife_threats()

Author

David J. Harris harry491@gmail.com

Examples

# \donttest{
if (interactive()) {
  # Setophaga chrysoparia
  birdlife_habitat(22721692)
  # Passer domesticus
  birdlife_habitat(103818789)
}
# }