Nothing
#' boundaryPL reads the file data/pl_boundary.Rds with simplified boundary geometry.
#' @return Simple Feature (sf) geometry of Poland in EPSG:2180 projection.
#' @export
boundaryPL <- function() {
boundary <- readRDS(system.file("extdata", "pl_boundary.Rds", package = "atpolR"))
return(boundary)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.