taxon_count_distinct_values_per_group: Count the distinct number of field values that exist per the...

View source: R/TaxonClient-wrapper.r

taxon_count_distinct_values_per_groupR Documentation

Count the distinct number of field values that exist per the given field to group by

Description

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

Usage

taxon_count_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 count_distinct_values_per_group from class nbaR.TaxonClient

Details

See also endpoint /getDistinctValuesPerGroup

Value

scalar

See Also

Other nbaR.TaxonClient-wrappers: taxon_count_distinct_values, taxon_count, taxon_download_query, taxon_dwca_get_data_set_names, taxon_dwca_get_data_set, taxon_dwca_query, taxon_find_by_ids, taxon_find, taxon_get_distinct_values_per_group, taxon_get_distinct_values, taxon_get_field_info, taxon_get_paths, taxon_get_settings, taxon_get_setting, taxon_group_by_scientific_name, taxon_is_operator_allowed, taxon_query


naturalis/nbaR documentation built on Nov. 12, 2023, 4:47 p.m.