getFeature: Get details for a given feature

Description Usage Arguments Value Author(s) See Also Examples

Description

Given the featureID (an integer), this function get details of the taxon from the NBN Gateway. These include the label (name), feature type, etc. If the feature is a GridSquare then the information includes the bounding box coordinates.

Usage

1
getFeature(featureID = NULL, ...)

Arguments

featureID

A the featureID as a string

...

Further named parameters passed on to GET

Value

A list containing the JSON object returned by the NBN Gateway.

Author(s)

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

See Also

getOccurrences

Examples

1
2
3
4
5
## Not run:  
 t <- getFeature("97479")
 t['label']  ## [1] "SN413499"

## End(Not run)

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

Related to getFeature in rnbn...