Get identifiers from other databases for a set of ott IDs
Source:R/ott2identifiers.R
ott2identifiers.Rd
Retrieve identifiers from other databases through onezoom for a set of Open Tree of Life IDs.
Arguments
- otts
a numeric ID or numeric vector of ott ids indicating the particular taxa to evaluate.
- remove_empty
remove columns if all entries are
NA
.- rate
maximum number of calls to the API per second.
- key
your OneZoom API key (defaults to the public key of
0
if not specified).- basereq
an httr2 request object, as generated by
oz_basereq()
. IfNA
, uses the default request.