geobon_get.Rd
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)
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) |
a tibble
with the record(s) matching the request.
geobon_get(id = 2)#> Error in geobon_get(id = 2): no datasets available for id : 2geobon_get(ebv_class = "Community composition")#> Error in geobon_get(ebv_class = "Community composition"): no datasets available for EBV Class : Community compositiongeobon_get(ebv_name = "Taxonomic diversity")#> Error in geobon_get(ebv_name = "Taxonomic diversity"): no datasets available for EBV Name : Taxonomic diversity