Description Usage Arguments Value Examples
View source: R/splinkr_datasets.R
Returns a tibble
with all or filtered datasets available in the speciesLink for searching.
1 |
filter |
Character vector containing one or more terms to filter datasets |
data.frame()
with the datasets
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"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.