mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: dropped auto dropping empty factor levels
This commit is contained in:
parent
7408227788
commit
748a3c3e07
2 changed files with 42 additions and 6 deletions
|
|
@ -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 <-
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue