An error occurred while loading the file. Please try again.
-
Olivier Kaufmann authored95d96457
# 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)