Retrieve all taxa names downstream in hierarchy for BOLD
Source:R/bold_downstream.R
bold_downstream.Rd
Retrieve all taxa names downstream in hierarchy for BOLD
Arguments
- id
(integer) One or more BOLD taxonomic identifiers
- downto
(character) The taxonomic level you want to go down to. See examples below. The taxonomic level IS case sensitive, and you do have to spell it correctly. See
data(rank_ref)
for spelling.- intermediate
(logical) If
TRUE
, return a list of length two with target taxon rank names, with additional list of data.frame's of intermediate taxonomic groups. Default:FALSE
- ...
crul options passed on to crul::verb-GET
Value
data.frame of taxonomic information downstream to family from e.g.,
Order, Class, etc., or if intermediated=TRUE
, list of length two,
with target taxon rank names, and intermediate names.