#' 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
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.