data("popDE")
de <- DE(data = popDE, colID = "code_state",
unit = "state", matchWith = "code_full",
check.unit.names = FALSE)
# \donttest{
###############
# Statics #
###############
mappingDE(data = de, var = "population_2020")
mappingDE(data = de, var = "population_2020",
subset = ~I(state == "bayern"))
# }
###############
# Interactive #
###############
mappingDE(data = de, var = "population_2020", type = "interactive")
# \donttest{
mappingDE(data = de, var = "population_2020",
subset = ~I(state == "bayern"),
type = "interactive")
# }
Run the code above in your browser using DataLab