ki_group_list function

Get list of available groups

Get list of available groups

Returns a tibble containing metadata available groups. This can be used to further filter down other queries like ki_station_list.

ki_group_list(hub, datasource = 0)

Arguments

  • hub: The KiWIS database you are querying. Either one of the defaults or a URL. See README.
  • datasource: (Optional) The data source to be used, defaults to 0.

Returns

A tibble with three columns: group_id, group_name and group_type.

Examples

## Not run: ki_group_list(hub = "swmc") ## End(Not run)

Other functions in kiwisR

Related functions from the same R package

  • Maintainer: Ryan Whaley
  • License: MIT + file LICENSE
  • Last published: 2024-10-11