bhicv | R Documentation |
The data are collected inthe Atlas of condition indices published by the Joao Pinheiro Foundation and UNDP.
A shape polygon object with seven variables:
The identificator
Name of city
The population of city
Health Life Condition Index
Education Life Condition Index
Children Life Condition Index
Economic Life Condition Index
(GDAL37 <- as.numeric_version(unname(sf_extSoftVersion()["GDAL"])) >= "3.7.0")
file <- "etc/shapes/bhicv.gpkg.zip"
zipfile <- system.file(file, package="spdep")
if (GDAL37) {
bh <- st_read(zipfile)
} else {
td <- tempdir()
bn <- sub(".zip", "", basename(file), fixed=TRUE)
target <- unzip(zipfile, files=bn, exdir=td)
bh <- st_read(target)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.