Retrieves Germany statistical unit names.
getNamesDE(unit = c("state", "district", "municipal", "municipality"),
all_levels = TRUE)
the type of statistical units
a logical value indicating if all levels are returned or only the unit names
A character vector or a data frame with unit names and corresponding associated levels
# NOT RUN {
getNamesDE()
# }
# NOT RUN {
getNamesDE(unit = "district")
getNamesDE(unit = "district", all_levels = FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab