#' ---
#' title: "Important bird areas of Bavaria"
#' author: "RS-eco"
#' ---
# https://bergenhusen.nabu.de/forschung/ibas/index.html
library(sf)
filedir <- "/home/matt//Documents/IBAs/iba_bayern"
iba_bav <- sf::st_read(paste0(filedir, "/IBA_BY.shp"))
plot(iba_bav)
save(iba_bav, file="data/iba_bav.rda", compress="xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.