mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 02:29:39 +02:00
include data...
This commit is contained in:
parent
21f7b0cb83
commit
053c4447ad
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue