accRealmNames: Return the list of the realms and associated biomes and...

View source: R/dbFixedNames.R

accRealmNamesR Documentation

Return the list of the realms and associated biomes and ecoregions.

Description

Return the list of the realms and associated biomes and ecoregions.

Usage

accRealmNames(realm = NA, ecoregion = TRUE)

Arguments

realm

A name of accepted realm. Default is NA and returns a list of all the biome and ecoregion names sorted by realm.

ecoregion

A boolean to choose whether to get the ecoregions names.

Value

A list with elements that correspond to the biomes (and possibly ecoregions) of each realm.

See Also

https://www.worldwildlife.org/publications/terrestrial-ecoregions-of-the-world

Examples

accRealmNames(realm='Africotropical')
accRealmNames(realm='Africotropical', ecoregion=FALSE)

mchevalier2/crestr documentation built on Feb. 14, 2025, 6:31 p.m.