Retrives a specific GEOBON EBV record. Note that only one of the three options can be specified at a time.

geobon_get(id = NULL, ebv_class = NULL, ebv_name = NULL)

Arguments

id

(integer) ID of the dataset

ebv_class

(character string) The EBV class of the dataset(s)

ebv_name

(character string) The EBV name of the dataset(s)

Value

a tibble with the record(s) matching the request.

Examples

geobon_get(id = 2)
#> Error in geobon_get(id = 2): no datasets available for id : 2
geobon_get(ebv_class = "Community composition")
#> Error in geobon_get(ebv_class = "Community composition"): no datasets available for EBV Class : Community composition
geobon_get(ebv_name = "Taxonomic diversity")
#> Error in geobon_get(ebv_name = "Taxonomic diversity"): no datasets available for EBV Name : Taxonomic diversity