The viz_save function allows to doawnload the map
Examples
library(sf)
world <- st_read(
system.file("gpkg/world.gpkg", package = "geoviz"),
quiet = TRUE
)
viz_create() |>
viz_outline() |>
viz_path(data = world) |>
viz_save()
The viz_save function allows to doawnload the map
library(sf)
world <- st_read(
system.file("gpkg/world.gpkg", package = "geoviz"),
quiet = TRUE
)
viz_create() |>
viz_outline() |>
viz_path(data = world) |>
viz_save()