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...
Dec 18, 20222 min read

