id2name: Get taxon names for a list of taxon IDs

View source: R/idNname.R

id2nameR Documentation

Get taxon names for a list of taxon IDs

Description

Get taxon names for a list of taxon IDs

Usage

id2name(idList = NULL)

Arguments

idList

list of taxonomy IDs

Value

A dataframe contains input taxon Ids and their full names.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

idList <- c("9606", "5207", "40674", "4751")
id2name(idList)

trvinh/taxFun documentation built on July 3, 2023, 8:55 p.m.