getRank: Get taxonomy ranks for a list of taxa

View source: R/getRanks.R

getRankR Documentation

Get taxonomy ranks for a list of taxa

Description

Get taxonomy ranks for a list of taxa

Usage

getRank(taxonList = NULL)

Arguments

taxonList

list of taxa

Value

A dataframe contains input taxon Ids, their full names and the corresponding ranks

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

taxonList <- c("Homo sapiens", "5207", "40674", "4751")
getRank(taxonList)

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