Return the list of the realms and associated biomes and ecoregions.
getRealmNames(
terr = NA,
biome = TRUE,
ecoregion = TRUE,
dbname = "gbif4crest_02"
)
A list with elements that correspond to the biomes (and possibly ecoregions) of each realm.
A boolean to choose whether to get the terrestrial or the marine
names. Default value is NA
and will return both.
A boolean to choose whether to get the biome names.
A boolean to choose whether to get the ecoregions names.
The name of the database. Default is 'gbif4crest_02'
.