## code to prepare `parametres_transfo_cadres` dataset goes here
library(tibble)
param_cadres_om <- tribble(
~ DEP, ~ xmin, ~ xmax, ~ ymin, ~ ymax, ~type_rapp,
"971", 15000, 180000, 6490000,6620000, "v1",
"972", 180000, 305000, 6490000,6620000, "v1",
"973", 15000, 180000,6260000,6490000, "v1",
"974", 180000, 305000, 6350000,6490000,"v1",
"975", 15000, 100000, 6708000,6820000,"v1",
"976", 180000, 305000, 6260000,6350000,"v1",
"977", 110000, 210000, 6620000,6708000, "v1",
"978", 15000, 110000, 6620000,6708000, "v1",
"986", 15000, 255000, 6190000,6260000, "v1",
"987", 15000, 255000, 6010000,6190000, "v1",
"988", 255000, 425000, 6050000,6180000, "v1",
"971", 1415000, 1580000, 6490000,6620000, "v2",
"972", 1580000, 1705000, 6490000,6620000, "v2",
"973", 1415000, 1580000,6260000,6490000, "v2",
"974", 1580000, 1705000, 6350000,6490000,"v2",
"975", 1305000, 1415000, 6490000,6620000,"v2",
"976", 1580000, 1705000, 6260000,6350000,"v2",
"977", 1305000, 1415000, 6350000,6490000, "v2",
"978", 1305000, 1415000, 6260000,6350000, "v2",
"986", 1305000, 1505000, 5970000,6120000, "v2",
"987", 1505000, 1705000, 5970000,6260000, "v2",
"988", 1305000, 1505000, 6120000,6260000, "v2")
# export
usethis::use_data(param_cadres_om, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.