Get attributes from feature class
Examples
if (FALSE) {
library(gisr)
# Admin level 0 [country] geodata
adm0 <- get_admin0("Ghana")
# Extract attrs from geodata
.df <- gattributes(geodata = adm0)
head(.df)
}
Get attributes from feature class
if (FALSE) {
library(gisr)
# Admin level 0 [country] geodata
adm0 <- get_admin0("Ghana")
# Extract attrs from geodata
.df <- gattributes(geodata = adm0)
head(.df)
}