feat: dropped auto dropping empty factor levels

This commit is contained in:
Andreas Gammelgaard Damsbo 2026-03-27 21:54:19 +01:00
commit 748a3c3e07
No known key found for this signature in database
2 changed files with 42 additions and 6 deletions

View file

@ -230,8 +230,8 @@ default_parsing <- function(data) {
REDCapCAST::as_factor() |>
REDCapCAST::numchar2fct(numeric.threshold = 8,
character.throshold = 10) |>
REDCapCAST::as_logical() |>
REDCapCAST::fct_drop()
REDCapCAST::as_logical() #|>
# REDCapCAST::fct_drop()
})
# out <-
#