ki_group_list: Get list of available groups

Description Usage Arguments Value Examples

View source: R/ki_group_list.R

Description

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

Usage

1

Arguments

hub

The KiWIS database you are querying. Either one of the defaults or a URL. See README.

Value

A tibble with three columns: group_id, group_name and group_type

Examples

1
2
3
4
## Not run: 
ki_group_list(hub = 'swmc')

## End(Not run)

kiwisR documentation built on July 13, 2020, 5:08 p.m.