rt_interactions_search: Search Interactions based on a list of criteria

View source: R/rt_interactions_search.R

rt_interactions_searchR Documentation

Search Interactions based on a list of criteria

Description

Search Interactions based on a list of criteria

Usage

rt_interactions_search(
  id = NULL,
  interaction_id = NULL,
  opgroup_id = NULL,
  page = 1,
  size = 2000
)

Arguments

id

NULL or integer(1+) [default = NULL]
One or more integer giving the id(s) of taxa in TAXREF (also called cdNom)

interaction_id

NULL or character(1) [default = NULL]
A character identifying the type of interactions

opgroup_id

NULL or numeric(1) [default = NULL]
the id of an operational group referenced in TAXREF

page

integer(1) [default = 1]
The page number returned

size

integer(1) [default = 2000]
The number of lines returned per page (maximum = 2000)

See Also

the list of interaction type rt_interactions_type() and the list of operational groups rt_operational_groups()

Examples

## Not run: 
# Interactors with 'Ophrys apifera' (id = 110335)
rt_interactions_search(id = 110335)

## End(Not run)


Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.