geo_get_distinct_values_per_group: Get all distinct values (and their document count) for the...

View source: R/GeoClient-wrapper.r

geo_get_distinct_values_per_groupR Documentation

Get all distinct values (and their document count) for the field given divided per distinct value of the field to group by

Description

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

Usage

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

Arguments

group

name of field in the geo area object to group by, type:

field

name of field in the geo area object, type:

returnType

Either list or data.frame (default)

...

additional parameters passed to get_distinct_values_per_group from class nbaR.GeoClient

Details

See also endpoint /getDistinctValues

Value

scalar

See Also

Other nbaR.GeoClient-wrappers: geo_count_distinct_values_per_group, geo_count_distinct_values, geo_count, geo_find_by_ids, geo_find, geo_get_distinct_values, geo_get_field_info, geo_get_geo_json_for_locality, geo_get_paths, geo_get_settings, geo_get_setting, geo_is_operator_allowed, geo_query


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