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

taxon_get_distinct_values_per_group(group = NULL, field = NULL,
  returnType = "data.frame", ...)

Arguments

group

name of field in the taxon object you want to group by, type:

field

name of field in the taxon object, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to get_distinct_values_per_group from class nbaR.TaxonClient

Value

scalar

Details

See also endpoint /getDistinctValues

See also