This is a wrapper for the method find from class TaxonClient.

taxon_find(id = NULL, returnType = "data.frame", ...)

Arguments

id

id of taxon, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to find from class nbaR.TaxonClient

Value

list or data.frame, as specified by returnType

Details

If found, returns a single taxon

See also