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

View source: R/datasetTaxa.r

datasetTaxaR Documentation

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

Author(s)

Stuart Ball, JNCC stuart.ball@jncc.gov.uk and Tom August, CEH tomaug@ceh.ac.uk

See Also

listDatasets

Examples

## Not run:  

taxa <- datasetTaxa(datasets=c('GA001044','GA001011'))


## End(Not run)


ropensci/rnbn documentation built on May 18, 2022, 6:42 p.m.