include data...

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-27 15:49:45 +01:00
parent 21f7b0cb83
commit 053c4447ad
No known key found for this signature in database

View File

@ -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 {