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

View source: R/dbFixedNames.R

getRealmNamesR 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

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

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'.

Value

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


crestr documentation built on Jan. 6, 2023, 5:23 p.m.