Learn R Programming

crestr (version 1.2.1)

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

Description

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

Usage

getRealmNames(
  terr = NA,
  biome = TRUE,
  ecoregion = TRUE,
  dbname = "gbif4crest_02"
)

Value

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

Arguments

terr

A boolean to choose whether to get the terrestrial or the marine names. Default value is NA and will return both.

biome

A boolean to choose whether to get the biome names.

ecoregion

A boolean to choose whether to get the ecoregions names.

dbname

The name of the database. Default is 'gbif4crest_02'.