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

taxon_get_distinct_values(field = NULL, returnType = "data.frame", ...)

Arguments

field

name of field in a taxon object, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to get_distinct_values from class nbaR.TaxonClient

Value

scalar

Details

A list of all fields for taxon documents can be retrieved with /metadata/getFieldInfo

See also