View source: R/nbn_classification.R
nbn_classification | R Documentation |
Search UK National Biodiversity Network database for taxonomic classification
nbn_classification(id, ...)
id |
(character) An NBN identifier. |
... |
Further args passed on to crul::verb-GET |
A data.frame
Scott Chamberlain,
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)
nbn_classification(id="NHMSYS0000502940", verbose = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.