View source: R/ki_group_list.R
ki_group_list | R Documentation |
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)
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. |
A tibble with three columns: group_id, group_name and group_type.
## Not run:
ki_group_list(hub = "swmc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.