revise_taxa | R Documentation |
Update the taxonomic information in your data table based on the mapping containted in taxa_map.csv. function.
revise_taxa(path, x, col, sep)
path |
A path of the directory containing taxa_map.csv and the raw data table. |
x |
A data frame containing the vector of taxa names to be updated. |
col |
A character string specifying the column in x containing taxa names to be updated. |
sep |
The column delimiter to use when writting the table to file. Can be comma or tab. |
A copy of your data table (taxonomyCleanr_output) containing appended columns containing:
taxa_clean Both resolved and unresolved taxa.
taxa_rank Taxonomic rank of resolved taxa, otherwise NA.
taxa_authority Authority system of resolved taxa, otherwise NA.
taxa_authority_id Resolved taxa identifiers from corresponding authority system.
Unresolvable taxa will have NA values for the appended columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.