
Get All Children of a Taxon
get_taxon_children.RdReturns all taxa that have the specified taxon as their parent (directly or recursively). Uses the id_parent column for hierarchy traversal.
Usage
get_taxon_children(
idtax_n,
con = NULL,
recursive = TRUE,
include_self = FALSE,
collect = TRUE
)