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

# \donttest{
get_interactions_by_type(interactiontype = c("eats", "eatenBy"))
#> Error: cannot open the connection
get_interactions_by_type(interactiontype = "parasiteOf")
#> Error: cannot open the connection
# }