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