refdb_clean_tax_harmonize_nomenclature {refdb}R Documentation

Harmonize taxonomic name nomenclature

Description

Harmonize taxonomic name nomenclature

Usage

refdb_clean_tax_harmonize_nomenclature(x, cols = NULL)

Arguments

x

a reference database.

cols

an optional vector of column names. If NULL (default), the function is applied to the columns associated with the taxonomy and organism fields.

Value

A reference database.

Examples

lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb"))
lib <- refdb_set_fields_BOLD(lib)
refdb_clean_tax_harmonize_nomenclature(lib)


[Package refdb version 0.1.1 Index]