mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-01-18 21:16:34 +01:00
include data...
This commit is contained in:
parent
21f7b0cb83
commit
053c4447ad
@ -15,7 +15,7 @@ NULL
|
||||
#' @rdname fct_drop
|
||||
#' @export
|
||||
fct_drop.data.frame <- function(x, ...) {
|
||||
purrr::map(\(.x){
|
||||
purrr::map(x, \(.x){
|
||||
if (is.factor(.x)){
|
||||
forcats::fct_drop(.x)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user