get_interactions: Get Species Interaction from GloBI

View source: R/rglobi.R

get_interactionsR Documentation

Get Species Interaction from GloBI

Description

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

See Also

Other interactions: get_interaction_matrix(), get_interaction_types(), get_interactions_by_taxa(), get_interactions_by_type(), get_predators_of(), get_prey_of()

Examples


get_interactions("Homo sapiens", "preysOn")
get_interactions("Insecta", "parasiteOf")


rglobi documentation built on Oct. 6, 2023, 5:10 p.m.