convert_taxon_name: Convert taxon names between Chinese and Latin

View source: R/phylogenetic.R

convert_taxon_nameR Documentation

Convert taxon names between Chinese and Latin

Description

Convert taxon names between Chinese and Latin

Usage

convert_taxon_name(input_names, mode = "latin_to_chinese", fuzzy = FALSE)

Arguments

input_names

input names

mode

conversion mode, "latin_to_chinese" or "chinese_to_latin"

fuzzy

whether to use fuzzy matching, default is FALSE

Value

character vector of converted names

Examples

convert_taxon_name(c("Escherichia coli", "Clostridioides difficile"))

pctax documentation built on April 4, 2025, 2:26 a.m.