Get record by external ID
Get record by external ID
wm_record_by_external(id, type = "tsn", ...) wm_record_by_external_(id = NULL, name = NULL, type = "tsn", ...)
id |
(numeric/integer) an AphiaID. For |
type |
(character) the type of external id. one of: tsn, bold, dyntaxa, eol, fishbase, iucn, lsid, ncbi, gisd. default: tsn |
... |
named curl options. see |
name |
(character) one or more taxonomic names. optional |
A named list. When using underscore method, each output is named by the input ID, and can be separated by the list names
Of the two sister functions, the one without the underscore is the original function that wraps the relavant WoRMS API method - and only accepts one thing (i.e., name or AphiaID) per request.
The sister function with the underscore at the end is the plural version, accepting more than one input. Internally this function loops over the non-underscore method, and labels output (whether it's a list or data.frame rows) with the input names or IDs so that you can easily parse output by your inputs.
## Not run: wm_record_by_external(id = 85257) wm_record_by_external(id = 159854) wm_record_by_external_(id = c(85257, 159854)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.