Learn R Programming

pctax (version 0.1.3)

convert_taxon_name: 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)

Value

character vector of converted names

Arguments

input_names

input names

mode

conversion mode, "latin_to_chinese" or "chinese_to_latin"

fuzzy

whether to use fuzzy matching, default is FALSE

Examples

Run this code
convert_taxon_name(c("Escherichia coli", "Clostridioides difficile"))

Run the code above in your browser using DataLab