View source: R/create_taxa_map.R
read_taxa_map | R Documentation |
Read taxa_map.csv generated by create_taxa_map()
.
read_taxa_map(path)
path |
(character) The path to the directory containing taxa_map.csv. |
(data.table; data.frame) taxa_map.csv as an R object.
mypath <- dirname(system.file("taxa_map.csv", package = "taxonomyCleanr"))
taxa_map <- read_taxa_map(mypath)
taxa_map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.