getGroupSpeciesTVKs: Gets TVKs for a group

View source: R/getGroupSpeciesTVKs.R

getGroupSpeciesTVKsR Documentation

Gets TVKs for a group

Description

Given the name of a group (see listGroups) this function returns the pTVKs (preferred taxon version keys) for all members of that group. This is currently restricted to returning up to 5000 results.

Usage

getGroupSpeciesTVKs(name, ...)

Arguments

name

A string for a group on the NBN gateway (e.g. 'reptile')

...

Further named parameters passed on to GET

Value

A vector of TVKs as characters.

Author(s)

Stuart Ball, JNCC stuart.ball@jncc.gov.uk

See Also

getFeature, getOccurrences, getTVKQuery

Examples

## Not run:  
 t <- getGroupSpeciesTVKs('reptile')

## End(Not run)


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