convert2id: Convert a list of input taxa into taxon IDs

View source: R/misc.R

convert2idR Documentation

Convert a list of input taxa into taxon IDs

Description

Convert a list of input taxa into taxon IDs

Usage

convert2id(taxonList)

Arguments

taxonList

list of taxa

Value

A list of taxon IDs

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

taxonList <- c("Homo sapiens", "5207", "40674", "4751")
taxFun:::convert2id(taxonList)

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