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

specimen_count_distinct_values(field = NULL, queryParams = list(), ...)

Arguments

field

Name of field in the specimen object, type:

queryParams

Named list or vector with names being the fields to be queried and values being the values to match

...

additional parameters passed to count_distinct_values from class nbaR.SpecimenClient

Value

scalar

Details

See also endpoint /getDistinctValues

See also