Skip to content

Commit 53dfdfc

Browse files
committed
feat: fake adding COMMUNES
1 parent 4f3d46b commit 53dfdfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data-src/ADMIN-EXPRESS-extract.R

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ file.rename(from = file.path(dest, "ADMIN-EXPRESS_3-2__SHP_LAMB93_FXX_2023-12-19
1010
files <- list.files("data/ADE-3-2", full.names = TRUE)
1111
keep <- grep("[^_](REGION|COMMUNE)\\.[a-z]{3}$", files, value = TRUE)
1212
setdiff(files, keep) |> unlink(force = TRUE)
13+

0 commit comments

Comments
 (0)