
Get Species Interactions by Interaction Type from GloBI
Source:R/rglobi.R
get_interactions_by_type.RdGet Species Interactions by Interaction Type from GloBI
Usage
get_interactions_by_type(interactiontype = c("interactsWith"), ...)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
# }