| nbn_synonyms {taxize} | 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 |
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)