nbn_synonyms | R Documentation |
Return all synonyms for a taxon name with a given id from NBN
nbn_synonyms(id, ...)
id |
the taxon identifier code |
... |
Further args passed on to crul::verb-GET |
A data.frame
https://api.nbnatlas.org/
Other nbn:
get_nbnid()
,
nbn_classification()
,
nbn_search()
## Not run:
nbn_synonyms(id = 'NHMSYS0001501147')
nbn_synonyms(id = 'NHMSYS0000456036')
# none
nbn_synonyms(id = 'NHMSYS0000502940')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.