data-raw/commune_fr.R

## 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)
arnaudmilet/medtRucks documentation built on March 24, 2022, 9:08 p.m.