View source: R/geo_utilities.R
gview | R Documentation |
Plot sf features
gview(geodata, ...)
geodata |
spatial data as sf object |
... |
arguments passed to geom_sf |
## Not run:
library(gisr)
adm0 <- get_admin0("Ghana")
adm0 %>%
dplyr::select(name) %>%
gview()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.