Get a List of Prey for given Predator Taxon
Usage
get_prey_of(taxon = "Homo sapiens", ...)
Arguments
- taxon
scientific name of predator taxon. Can be any taxonomic rank (e.g. Homo sapiens, Animalia)
- ...
list of named options to configure GloBI API
Value
list of recorded predator-prey interactions that involve the desired predator taxon
Examples
# \donttest{
get_prey_of("Homo sapiens")
#> Error: cannot open the connection
get_prey_of("Primates")
#> Error: cannot open the connection
# }