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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1

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

1
2
3
4
5
6
## Not run:  

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


## End(Not run)

rnbn documentation built on April 6, 2017, 6:29 a.m.

Related to datasetTaxa in rnbn...