An error occurred while loading the file. Please try again.
-
David Nortes Martínez authored77e1fab1
# code to prepare `so_ii_hydro` dataset goes here
#selection = c("CdOH", "TopoOH")
file_dir = current_version(
"data-common/so-ii/topage",
pattern = "^[0-9-]+$"
)
so_ii_catchment = sf::st_read(file.path(file_dir, "bassin_versant_so_ii.shp"))
# updating datasets
# actual = setwd(file.path(system.file(package = "geau"), ".."))
actual = setwd("geau")
usethis::use_data(so_ii_catchment, internal = FALSE, overwrite = TRUE)
setwd(actual)