powered by
Returns all known child taxa with known interaction of specified taxa and rank.
get_child_taxa(taxon.names, rank = "Species", skip = 0, limit = 25, opts = list())
list of child taxon names
list of taxa of which child taxa should be included.
selected taxonomic rank of child taxa
number of child taxon names to skip before returning result. May be used for pagination.
maximum number of child taxon names returned
list of options including web service configuration like "port" and "host"
Other interactions: get_interaction_matrix, get_interaction_table, get_interaction_types, get_interactions_by_taxa, get_interactions_by_type, get_interactions, get_predators_of, get_prey_of
get_interaction_matrix
get_interaction_table
get_interaction_types
get_interactions_by_taxa
get_interactions_by_type
get_interactions
get_predators_of
get_prey_of
if (FALSE) { get_child_taxa(list("Aves")) }
Run the code above in your browser using DataLab