Description Usage Arguments Examples
View source: R/add_coarse_taxon.R
Add coarse taxon for complex taxon names
1 | 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. |
1 2 | 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.