in.ITIS: Check to see if taxon name is in ITIS

Description Usage Arguments Value Author(s)

View source: R/parse.taxon.name.R

Description

Checks to see if taxon names are listed in the ITIS taxon table.

Usage

1
in.ITIS(df.parse, get.tax.env, col.sel = NULL)

Arguments

df.parse

Character vector or matrix character vectors of names that need to be checked for presence in ITIS

get.tax.env

Environment variable where the full ITIS taxon table is available

col.sel

Integer allowing selection of a particular column of the matrix of names to check.

Value

Returns a list in which each element of the list is a successive character string from the parsed names.

Author(s)

Lester L. Yuan


bio.infer documentation built on Sept. 2, 2020, 5:08 p.m.

Related to in.ITIS in bio.infer...