name2id: Get taxon IDs for a list of taxon names

View source: R/idNname.R

name2idR Documentation

Get taxon IDs for a list of taxon names

Description

Get taxon IDs for a list of taxon names

Usage

name2id(nameList = NULL)

Arguments

nameList

list of taxonomy names

Value

A dataframe contains input taxon names and their IDs.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

nameList <- c("Homo sapiens", "fungi", "mammalia", "Cryptococcus neoformans")
name2id(nameList)

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