map_dfrFactor: map dfrFactor

Description Usage Arguments Author(s)

Description

variant of map_dfr that releveles unequal factor levels before binding

Usage

1
2
map_dfrFactor(.x, ..., .id = NULL, .isFactorReleveled = TRUE, 
    .noWarningCols = character(0), .omitWarning = FALSE)

Arguments

.x

list to map over

...

further arguments to purrr::map

.id

argument to bind_rows

.isFactorReleveled

set to FALSE to avoid releveling

.noWarningCols

argument to expandAllInconsistentFactorLevels

.omitWarning

Author(s)

Thomas Wutzler


bgctw/dplyrUtil documentation built on Nov. 11, 2020, 12:25 a.m.