Learn R Programming

rnbn (version 1.1.2)

datasetTaxa: Get a list of taxa present in a given dataset

Description

Gets a list of taxa that are included in a given dataset or list of datasets.

Usage

datasetTaxa(datasets = NULL, ...)

Arguments

datasets
A string (or list of strings) giving the dataset keys to search within. Use listDatasets to find dataset keys, or visit the NBN gateway https://data.nbn.org.uk/Datasets
...
Further named parameters passed on to GET

Value

a data.frame of taxa details

See Also

listDatasets

Examples

Run this code
## Not run:  
# 
# taxa <- datasetTaxa(datasets=c('GA001044','GA001011'))
# 
# ## End(Not run)

Run the code above in your browser using DataLab