getFeature: Get details for a given feature

View source: R/getFeature.R

getFeatureR Documentation

Get details for a given feature

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

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

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

## End(Not run)


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