Skip to contents

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.

Examples

if (FALSE) {
get_predators_of("Rattus rattus")
get_predators_of("Primates")
}