View source: R/municipality_grp.R
| municipality_grp_unnest | R Documentation | 
Municipality groups are a convenient way to discover pre-rendered sets of
municipalities. A practical workflow for discovering
such sets can be to search through Municipality Group metadata using
municipality_grp_search to search for keywords and
municipality_grp_describe to inspect contents of KPI groups.
Once you have created a Municipality Group metadata table that has been
narrowed down to the group/s you are looking for,
municipality_grp_unnest is used to create a municipality
metadata table for further processing.
municipality_grp_unnest(munic_grp_df)
munic_grp_df | 
 A Kolada Municipality Group metadata table, as created by
e.g.   | 
A Kolada Municipality metadata table
if (kolada_available()) {
# Download Municipality Group metadata
# (skip the parameter "max_results" to actually download all available data)
munic_grp_df <- get_municipality_groups(max_results = 100)
# Create a Municipality metadata table from municipality groups matching the
# term "Arboga"
munic_grp_df %>%
  municipality_grp_search("arboga") %>%
  municipality_grp_unnest()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.