Skip to contents

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())

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

Value

table of matching source, target and interaction types

Examples

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