Get sources for an AphiaID
Get sources for an AphiaID
wm_sources(id, ...) wm_sources_(id = NULL, name = NULL, ...)
id |
(numeric/integer) an AphiaID. For |
... |
named curl options. see |
name |
(character) one or more taxonomic names. optional |
A tibble/data.frame. when using underscore method, outputs from
each input are binded together, but can be split by id
column
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_sources(id = 105706) wm_sources_(id = 105706) wm_sources_(id = c(105706, 126436)) wm_sources_(name = c("Rhincodontidae", "Gadus morhua")) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.