#' @title coast_lores_sf Metadata
#' @name coast_lores_sf
#' @description This is simply a low resolution generated from some other packages that is
#' generally convenient. It was created on July 5, 2019 via:
#' coastline = maps::map(database = "world", regions = c("Canada", "USA", "France", "Greenland"),
#' fill = T, resolution = 0)
#' coast_lores_sf = sf::st_as_sf(coastline)
#' save(coast_lores_sf,file = "coast_lores.rda")
#' @docType data
#' @format sf object
"coast_lores_sf"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.