
Get Species Interactions by Interaction Type from GloBI
Source:R/rglobi.R
get_interactions_by_type.Rd
Get Species Interactions by Interaction Type from GloBI
Usage
get_interactions_by_type(interactiontype = c("interactsWith"), ...)
Arguments
- interactiontype
the requested interaction type (e.g. preysOn)
- ...
list of options to configure GloBI API
Examples
if (FALSE) {
get_interactions_by_type(interactiontype = c("eats", "eatenBy"))
get_interactions_by_type(interactiontype = "parasiteOf")
}