Skip to content

Commit

Permalink
Update update_inputs.Rmd
Browse files Browse the repository at this point in the history
replace ongekend by onbekend to be consistent #156
  • Loading branch information
jrhillae committed May 21, 2024
1 parent 49c6bc6 commit 389af0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Vespa velutina management/update_inputs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ dataset_1 <- data_nest_gs_raw %>%
result == "un" ~ "niet behandeld",
TRUE ~ "onbekend"),
year = year(as.Date(observation_time)),
site = case_when(is.na(site) ~ "ongekend",
site = case_when(is.na(site) ~ "onbekend",
site == "I" ~ "binnen, in gebouw of constructie",
site == "O_NC_B" ~ "buiten, onbedekt op gebouw",
site == "O_NC_T" ~ "buiten, onbedekt op boom of struik",
site == "O_C_C" ~ "buiten, overdekt door constructie",
site == "O_N_C" ~ "buiten, natuurlijk overdekt",
site =="UK" ~ "ongekend",
site == "NA" ~ "ongekend",
site == "NULL" ~ "ongekend"))
site =="UK" ~ "onbekend",
site == "NA" ~ "onbekend",
site == "NULL" ~ "onbekend"))
#alleen VV
dataset_1_vv <- dataset_1 %>% filter(expert_vv_confirmed=="TRUE" |
Expand Down

0 comments on commit 389af0c

Please sign in to comment.