50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

taxize (version 0.7.0)

nbn_classification: Search UK National Biodiversity Network database for taxonomic classification

Description

Search UK National Biodiversity Network database for taxonomic classification

Usage

nbn_classification(id, ...)

Arguments

id
(character) An NBN idientifier.
...
Further args passed on to GET.

Examples

Run this code
nbn_classification(id="NHMSYS0000502940")

# get id first, then pass to this fxn
id <- get_nbnid("blue tit", rec_only = TRUE, rank = "Species")
nbn_classification(id)

library('httr')
nbn_classification(id="NHMSYS0000502940", config=verbose())

Run the code above in your browser using DataLab