An error occurred while loading the file. Please try again.
-
Grelot Frederic authored
0 errors
| 0 warnings | 0 notes map_so_ii refactoring - découpage des appels aux thèmes en fonctions map_theme_xxx - appel via un switch so_ii_population - correction du dataset (il manquait les années de type PSDC - correction du script so_ii_onrn - ajout de la bonne version (oubli...)9674ad22
# code to prepare `so_ii_onrn` dataset goes here
so_ii_onrn = read.csv2(
geau::current_version("data-common/so-ii/onrn"),
row.names = 1
)
so_ii_onrn = so_ii_onrn[geau::so_ii_scope, ]
# updating datasets
# actual = setwd(file.path(system.file(package = "geau"), ".."))
actual = setwd("geau")
usethis::use_data(so_ii_onrn, internal = FALSE, overwrite = TRUE)
setwd(actual)