safeRowBind: "safe" rbind

View source: R/dataFrame.R

safeRowBindR Documentation

"safe" rbind

Description

rbind two data frames even if column names differ

Usage

safeRowBind(dataFrame1, dataFrame2)

Arguments

dataFrame1

first data frame

dataFrame2

second data frame

Examples

kwb.utils::safeRowBind(
  data.frame(A = 1:2, B = 2:3),
  data.frame(B = 3:4, C = 4:5)
)
  

KWB-R/kwb.utils documentation built on April 28, 2023, 2:46 p.m.