bind_rows2: Bind rows with same names but different column types

View source: R/bind_rows2.R

bind_rows2R Documentation

Bind rows with same names but different column types

Description

This is a wrapper around bind_rows() that first coerces columns in different datasets with the same name but different types. This overrides the default behaviour in bind_rows in which an error is raised when this occurs.

Usage

bind_rows2(l)

Arguments

l

list of dataframes to combind with bind_rows()


WhiteJP/jpw documentation built on April 17, 2025, 5:47 a.m.