convert2name: Convert a list of input taxa into taxon names

View source: R/misc.R

convert2nameR Documentation

Convert a list of input taxa into taxon names

Description

Convert a list of input taxa into taxon names

Usage

convert2name(taxonList)

Arguments

taxonList

list of taxa

Value

A list of taxon names

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

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

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