rt_taxa_from_externalids: Retrieve Taxon using the ids from external databases

View source: R/rt_taxa_from_externalids.R

rt_taxa_from_externalidsR Documentation

Retrieve Taxon using the ids from external databases

Description

Retrieve Taxon using the ids from external databases

Usage

rt_taxa_from_externalids(external_db = NULL, external_id = NULL)

Arguments

external_db

character(1) [required]
The name of an external database see rt_external_db() for the list of external database names

external_id

character(1) [required]
The identifier of the taxon in the specified external database

See Also

rt_external_db() for the list of external databases linked to TAXREF; rt_taxa_externalids() to get the external ids associated with a taxon in TAXREF

Examples

## Not run: rt_taxa_from_externalids("TROPICOS", 26600197)

Rekyt/rtaxref documentation built on June 18, 2022, 1:02 p.m.