splinkr_datasets: Read speciesLink datasets

Description Usage Arguments Value Examples

View source: R/splinkr_datasets.R

Description

Returns a tibble with all or filtered datasets available in the speciesLink for searching.

Usage

1

Arguments

filter

Character vector containing one or more terms to filter datasets

Value

data.frame() with the datasets

Examples

1
2
3
4
5
6
7
8
# return all datasets
splinkr_datasets()

# Filtering datasets. Terms order defines filtering
# The second term will be searched in subset of datasets created
# by the first term. The third term will be searched in the (sub)subset of
# the second term and so on.
splinkr_datasets(filter = c("universidade", "xiloteca", "Brasil"))

cadubio/splinkr documentation built on Oct. 13, 2020, 8:36 p.m.