Skip to content

Commit

Permalink
Update location of existing points
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaCartuyvels1 committed Feb 4, 2024
1 parent 7c4ee78 commit 568b8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/R/steekproeftrekking_nabehandeling.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
path_to_existing <- function(file) {
file.path(mbag_dir, "data", "processed", file)
file.path(mbag_dir, "data", "SOVON", file)
}

steekproef_uitdunnen <- function(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tar_option_set(packages = c("dplyr",
workspace_on_error = TRUE)
target_dir <- rprojroot::find_root_file(
"source", "targets", "mas_steekproef_zn_lm",
"source", "targets", "mas_steekproef_zl_lm_za_kp_po",
criterion = rprojroot::is_git_root)
mbag_dir <- rprojroot::find_root_file(
criterion = rprojroot::is_git_root)
Expand Down Expand Up @@ -179,7 +179,7 @@ list(
),
tarchetypes::tar_file(
existing_file,
path_to_existing(file = "steekproef_piloot_avimap.geojson")
path_to_existing(file = "avimap_601_0_MAS_Vlaanderen_telpunten_xy.shp")
),
tar_target(
existing_data,
Expand Down

0 comments on commit 568b8f4

Please sign in to comment.