R/boundaryPL.R

Defines functions boundaryPL

Documented in boundaryPL

#' 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)
}

Try the atpolR package in your browser

Any scripts or data that you put into this service are public.

atpolR documentation built on Sept. 5, 2022, 9:06 a.m.