predictType: Predict type (ID or NAME) for a list of input taxa

View source: R/misc.R

predictTypeR Documentation

Predict type (ID or NAME) for a list of input taxa

Description

Predict type (ID or NAME) for a list of input taxa

Usage

predictType(inputList)

Arguments

inputList

list of taxa

Value

ID or NAME

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

Examples

ids <- c("123", 456, 789)
taxFun:::predictType(ids)

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