R/geo_utilities.R
gview.Rd
Plot sf features
gview(geodata, ...)
spatial data as sf object
arguments passed to geom_sf
if (FALSE) { library(gisr) adm0 <- get_admin0("Ghana") adm0 %>% dplyr::select(name) %>% gview() }