name2id | R Documentation |
Get taxon IDs for a list of taxon names
name2id(nameList = NULL)
nameList |
list of taxonomy names |
A dataframe contains input taxon names and their IDs.
Vinh Tran tran@bio.uni-frankfurt.de
nameList <- c("Homo sapiens", "fungi", "mammalia", "Cryptococcus neoformans")
name2id(nameList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.