## code to prepare `dep_fr` dataset goes here
library(sf)
library(tidyverse)
dep_fr <- readRDS("inst/extdata/dep_fr.rds")
usethis::use_data(dep_fr, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.