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

# \donttest{
get_predators_of("Rattus rattus")
#> data frame with 0 columns and 0 rows
get_predators_of("Primates")
#> data frame with 0 columns and 0 rows
# }