Description Usage Arguments Value Examples
Retrives a specific GEOBON EBV record. Note that only one of the three options can be specified at a time.
1 | 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.
1 2 3 | geobon_get(id = 2)
geobon_get(ebv_class = "Community composition")
geobon_get(ebv_name = "Taxonomic diversity")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.