| read_muni_id | R Documentation |
Israeli municipalities have different id's and sometimes even different names across different government organizations. This function allows you to read different municipality id's and names , so interchanging between the different specifications would be easier.
read_muni_id(id_types = c("muni", "edu", "tax"), include_names = FALSE)
id_types |
A character vector of length between 1 and 3, containing at least one (or two, or all of) of the possible values. id's (and possibly names) of municipalities are kept for the selected sources:
|
include_names |
A logical vector of length 1, denoting if the names of
municipalities (for each of the |
A tibble, where every row is a municipality and the columns include id's (and possibly names) of the municipalities from the chosen agencies.
read_muni_id() |>
dplyr::glimpse()
read_muni_id(id_types = c("muni", "edu"), include_names = TRUE) |>
dplyr::glimpse()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.