This is a wrapper for the method count_distinct_values_per_group from class SpecimenClient.

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

Arguments

group

Name of field in the specimen object you want to group by, type:

field

Name of field in the specimen object, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to count_distinct_values_per_group from class nbaR.SpecimenClient

Value

scalar

Details

See also endpoint /getDistinctValuesPerGroup

See also