#' Get unioned world geometry.
#'
#' @export
get_world <- function() {
rnaturalearth::ne_countries(scale = "large", returnclass = "sf") %>% st_union()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.