geobon_get: Get specific GEOBON EBV record

Description Usage Arguments Value Examples

View source: R/geobon_get.R

Description

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

Usage

1
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

1
2
3
geobon_get(id = 2)
geobon_get(ebv_class = "Community composition")
geobon_get(ebv_name = "Taxonomic diversity")

VLucet/rgeobon documentation built on March 17, 2021, 12:03 a.m.