View source: R/Taxonomic_utilities.R
SourceTaxaKeyer | R Documentation |
Computes a dataframe with all unique taxa by lifestage combinations present in each source and size class
SourceTaxaKeyer(Data, Crosswalk)
Data |
Zooplankton dataset. Must have a column named |
Crosswalk |
Crosswalk table (e.g., |
a tibble with the complete taxonomic information for each combination of source and size class.
Sam Bashevkin
Zoopsynther
, crosswalk
, zoopComb
SourceTaxaKey <- SourceTaxaKeyer(Data = dplyr::filter(zoopComb, Source!="YBFMP"),
Crosswalk = crosswalk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.