read_taxa_map: Read taxa map

View source: R/create_taxa_map.R

read_taxa_mapR Documentation

Read taxa map

Description

Read taxa_map.csv generated by create_taxa_map().

Usage

read_taxa_map(path)

Arguments

path

(character) The path to the directory containing taxa_map.csv.

Value

(data.table; data.frame) taxa_map.csv as an R object.

Examples

mypath <- dirname(system.file("taxa_map.csv", package = "taxonomyCleanr"))
taxa_map <- read_taxa_map(mypath)
taxa_map


EDIorg/taxonomyCleanr documentation built on April 9, 2023, 2:43 a.m.