bind_rows_with_factor_columns: bind rows of data frames with factors

View source: R/utils.R

bind_rows_with_factor_columnsR Documentation

bind rows of data frames with factors

Description

[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


Ostluft/rOstluft documentation built on Feb. 6, 2024, 1:26 a.m.