R/rt_interactions_search.R
rt_interactions_search.Rd
Search Interactions based on a list of criteria
rt_interactions_search(
id = NULL,
interaction_id = NULL,
opgroup_id = NULL,
page = 1,
size = 2000
)
NULL
or integer(1+)
[default = NULL
]
One or more integer giving the id(s) of taxa in TAXREF
(also called cdNom
)
NULL
or character(1)
[default = NULL
]
A character identifying the type of interactions
NULL
or numeric(1)
[default = NULL
]
the id of an operational group referenced in TAXREF
integer(1)
[default = 1
]
The page number returned
integer(1)
[default = 2000
]
The number of lines returned per page (maximum = 2000)
the list of interaction type rt_interactions_type()
and
the list of operational groups rt_operational_groups()
if (FALSE) {
# Interactors with 'Ophrys apifera' (id = 110335)
rt_interactions_search(id = 110335)
}