powered by
Returns all known child taxa with known interaction of specified source and target taxa on any rank.
get_interaction_table(source.taxon.names = list(), target.taxon.names = list(), interaction.type = "preysOn", skip = 0, limit = 100, opts = list())
table of matching source, target and interaction types
list of taxon names for source
list of taxon names for target
kind of interaction
number of records skipped before including record in result table, used in pagination
maximum number of interaction to include
connection parameters and other options
Other interactions: get_child_taxa, get_interaction_matrix, get_interaction_types, get_interactions_by_taxa, get_interactions_by_type, get_interactions, get_predators_of, get_prey_of
get_child_taxa
get_interaction_matrix
get_interaction_types
get_interactions_by_taxa
get_interactions_by_type
get_interactions
get_predators_of
get_prey_of
if (FALSE) { get_interaction_table(source.taxon.names = list("Aves"), target.taxon.names = list('Insecta')) }
Run the code above in your browser using DataLab