View source: R/add_coarse_taxon.R
add_coarse_taxon | R Documentation |
Add coarse taxon for complex taxon names
add_coarse_taxon(data, match_file = NULL, output = "Phylum")
data |
A data frame with a column named |
match_file |
A data.frame with at least two columns. One of the columns
must be named |
output |
The name of the output column. |
a <- data.frame(Taxon = c("Polychaeta", "Nematoda", "Hydrozoa")) add_coarse_taxon(data = a, match_file = NULL, output = "Phylum")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.