Vector attribute manipulation of sf data
Dec 18, 2022 · 2 min read · 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...
Join discussion
