get_predators_of {rglobi}R Documentation

Get a List of Predators of a Given Prey Taxon

Description

Get a List of Predators of a Given Prey Taxon

Usage

get_predators_of(taxon = "Rattus rattus", ...)

Arguments

taxon

scientific name of prey taxon. Can be any taxonomic rank (e.g. Rattus rattus, Decapoda)

...

list of named options to configure the GloBI API

Value

list of recorded prey-predator interactions that involve the desired prey taxon.

See Also

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

Examples


get_predators_of("Rattus rattus")
get_predators_of("Primates")


[Package rglobi version 0.3.4 Index]