getCopepods: Find copepod occurrence data for given copepod species. Given...

View source: R/getCopepods.R

getCopepodsR Documentation

Find copepod occurrence data for given copepod species. Given a copepod family, genus or species returns a list of copepod occurrences.

Description

Find copepod occurrence data for given copepod species. Given a copepod family, genus or species returns a list of copepod occurrences.

Usage

getCopepods(species = NULL, genus = NULL, family = NULL, citation = TRUE)

Arguments

species

Copepod species to filter

genus

Copepod genus to filter

family

Copepod family to filter

citation

boolean. Should the output include the citation information? default is FALSE

Value

A data.frame with copepod fish interactions

Examples

getCopepods(genus = "Caligus")

cofid documentation built on May 29, 2024, 11:29 a.m.