View source: R/Taxonomic_utilities.R
Datareducer | R Documentation |
Outputs a vector with all unique non-NA values in a subset of selected columns from a tibble
Datareducer(Data, Reduced_vars)
Data |
Data frame containing at least the columns specified in |
Reduced_vars |
Columns from which you would like to select all unique values. Must be quoted names of columns present in |
A vector of unique non-NA values from the Reduced_vars
columns of Data
.
Sam Bashevkin
Zoopsynther
, crosswalk
, zoopComb
#Find all unique taxonomic names in the crosswalk table.
## Not run:
All_taxa <- Datareducer(crosswalk, c("Phylum", "Class", "Order", "Family", "Genus", "Species"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.