id2name | R Documentation |
Get taxon names for a list of taxon IDs
id2name(idList = NULL)
idList |
list of taxonomy IDs |
A dataframe contains input taxon Ids and their full names.
Vinh Tran tran@bio.uni-frankfurt.de
idList <- c("9606", "5207", "40674", "4751")
id2name(idList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.