Skip to content

Commit 2f41571

Browse files
committed
fix conflict lees_Data
1 parent 446b70c commit 2f41571

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/R/lees_data.R

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ source(file.path(projroot,'source/R/vertalingen.R'))
1818
conflicted::conflicts_prefer(dplyr::filter)
1919

2020
update_fiche_data <- TRUE
21-
<<<<<<< HEAD
2221
update_habitatkwaliteit_data <- FALSE
2322
update_data_opp <- FALSE
24-
=======
25-
update_habitatkwaliteit_data <- TRUE
26-
update_data_opp <- TRUE
27-
>>>>>>> 22d38f1498d609d4ff4dcc87f60363303a69197b
2823

2924
######################################
3025
## Indien alle data al gegenereerd is
@@ -387,15 +382,9 @@ if (update_habitatkwaliteit_data) {
387382
# "Ruimtelijke samenhang (niveau VL)")) %>%
388383
# mutate(Toestand = ifelse(is.na(Toestand), "n.v.t.", Toestand))
389384
#
390-
<<<<<<< HEAD
391-
#
392-
}
393385

394-
if (update_data_opp) {
395-
=======
396386
}
397387
if (update_data_opp){
398-
>>>>>>> 22d38f1498d609d4ff4dcc87f60363303a69197b
399388
#------------------data oppervlaktes voor bar charts---------------------------#
400389
#------------------------------2025--------------------------------------------#
401390
google_id_opp <- "18tmnZ8Ze1K1fx9Yykn3JQ6d25eLgaVxPbim7L6-dLNo"

0 commit comments

Comments
 (0)