R/load_shape.R

Defines functions load_shapeaustria

Documented in load_shapeaustria

#' Loading the Shape File for Austrian Districts
#'
#' The function simplifies to load the shape file for Austrian districts.
#'
#' @return A shape file of class \code{"sf", "data.frame"}.
#' @details The shape file contains the borders of Austrian districts. Thus, it
#' can be used for the visualization of estimation results for Austrian
#' districts.
#' @export

load_shapeaustria <- function() {
  load(file  = system.file("shapes/shape_austria_dis.rda",
                           package = "SAEforest"),
       envir = .GlobalEnv
  )
}
krennpa/SAEforest documentation built on Jan. 30, 2024, 12:31 a.m.