Search UK National Biodiversity Network database for taxonomic classification
nbn_classification(id, ...)
(character) An NBN identifier.
Further args passed on to GET
.
A data.frame
<https://api.nbnatlas.org/>
Other nbn: get_nbnid
,
nbn_search
, nbn_synonyms
# NOT RUN {
nbn_classification(id="NHMSYS0000376773")
# get id first, then pass to this fxn
id <- get_nbnid("Zootoca vivipara", 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