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