Learn R Programming

rglobi (version 0.2.28)

get_interaction_table: Returns all known child taxa with known interaction of specified source and target taxa on any rank.

Description

Returns all known child taxa with known interaction of specified source and target taxa on any rank.

Usage

get_interaction_table(source.taxon.names = list(),
  target.taxon.names = list(), interaction.type = "preysOn",
  skip = 0, limit = 100, opts = list())

Value

table of matching source, target and interaction types

Arguments

source.taxon.names

list of taxon names for source

target.taxon.names

list of taxon names for target

interaction.type

kind of interaction

skip

number of records skipped before including record in result table, used in pagination

limit

maximum number of interaction to include

opts

connection parameters and other options

See Also

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

Examples

Run this code
if (FALSE) {
get_interaction_table(source.taxon.names = list("Aves"), target.taxon.names = list('Insecta'))
}

Run the code above in your browser using DataLab