Vector attribute manipulation of sf data
library(sf)
library(rKenyaCensus)
library(dplyr)
Vector attribute data is non-spatial data associated with geographic data. We shall play with geographic data courtesy of rKenyaCensus library that represents census data of 2010.
kenya_sf <- rKenyaCe...
joshuaosoro.hashnode.dev2 min read