Learn R Programming

rnbn (version 1.1.2)

getGroupSpeciesTVKs: 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.

See Also

getFeature, getOccurrences, getTVKQuery

Examples

Run this code
## Not run:  
#  t <- getGroupSpeciesTVKs('reptile')
# ## End(Not run)

Run the code above in your browser using DataLab