convert_taxon_name | R Documentation |
Convert taxon names between Chinese and Latin
convert_taxon_name(input_names, mode = "latin_to_chinese", fuzzy = FALSE)
input_names |
input names |
mode |
conversion mode, "latin_to_chinese" or "chinese_to_latin" |
fuzzy |
whether to use fuzzy matching, default is FALSE |
character vector of converted names
convert_taxon_name(c("Escherichia coli", "Clostridioides difficile"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.