Skip to contents

Get attributes from feature class

Usage

gattributes(geodata)

Arguments

geodata

spatial data

Value

    attribures as data frame

Examples

if (FALSE) {
 library(gisr)

 # Admin level 0 [country] geodata
 adm0 <- get_admin0("Ghana")

 # Extract attrs from geodata
 .df <- gattributes(geodata = adm0)

 head(.df)
}