getCopepods: 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)
Value
A data.frame with copepod fish interactions
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
Examples
Run this codegetCopepods(genus = "Caligus")
Run the code above in your browser using DataLab