Get Species Interaction from GloBI
Usage
get_interactions(taxon = "Homo sapiens", interaction.type = "preysOn", ...)
Arguments
- taxon
canonical scientific name of source taxon (e.g. Homo sapiens)
- interaction.type
the preferred interaction type (e.g. preysOn)
- ...
list of options to configure GloBI API
Value
species interactions between source and target taxa
Examples
# \donttest{
get_interactions("Homo sapiens", "preysOn")
#> Error: cannot open the connection
get_interactions("Insecta", "parasiteOf")
#> Error: cannot open the connection
# }