latin_name | R Documentation |
Latin (scientific) names of organisms
latin_name(name)
name |
Vector with any kind of organism name or identifier, can be also mixed type. |
Character vector with latin (scientific) names, NA if a name in the input could not be found.
ncbi_taxid
common_name
ensembl_name
latin_name(c(9606, "cat", "dog"))
# [1] "Homo sapiens" "Felis catus" "Canis lupus familiaris"
latin_name(c(9606, "cat", "doggy"))
# [1] "Homo sapiens" "Felis catus" NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.