Retrieve a taxon information using its id

rt_taxa_id(id = NULL)

Arguments

id

integer(1) [required]
an integer giving the id of the taxon in TAXREF (also called cdNom)

Examples

if (FALSE) {
rt_taxa_id(id = 443800)
rt_taxa_id(id = 110335)
}