Skip to contents

[Deprecated]

Before dplyr 1.0.0 dplyr::bind_rows() coerced factors with different levels to characters. This is no longer the case and this function is deprecated

Important: It is mandatory that all data frames have the same structure

Usage

bind_rows_with_factor_columns(...)

Arguments

...

data frames to combine

Value

combined data frame