Skip to contents

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

Value

species interactions given provided interaction type(s)

Examples

if (FALSE) {
get_interactions_by_type(interactiontype = c("eats", "eatenBy"))
get_interactions_by_type(interactiontype = "parasiteOf")
}