Last chance! 50% off unlimited learning
Sale ends in
Get taxon by uid, id, or elCode
ns_altid(uid = NULL, id = NULL, el_code = NULL, ...)
(character) A NatureServe taxon id (The taxon<U+2019>s Element Global UID)
The primary key value (ELEMENT_GLOBAL_ID) of the record within Central Biotics
The Biotics Element Code (ELCODE_BCD) of the record
Curl options passed on to verb-GET
A list with lots of elements
see https://explorer.natureserve.org/api-docs/#_taxon_data_model for details on the response data
https://explorer.natureserve.org/api-docs/
# NOT RUN {
ns_altid(uid = "ELEMENT_GLOBAL.2.154701")
ns_altid(id = "154701")
ns_altid(el_code = "PDRAN0F010")
# }
Run the code above in your browser using DataLab