flex_rbind: Flexibly row bind two data frames

View source: R/flex_bind.R

flex_rbindR Documentation

Flexibly row bind two data frames

Description

Checks for compatibility of variables with the same name in both variables. Adds NA-populated variables to each data frame as needed to allow for row binding. Variables in the resulting data.frame are sorted left to right in ascending order of variable name.

Usage

flex_rbind(x, y)

Arguments

x, y

Atomic data.frames.

Value

A data.frame.


j-martineau/uj documentation built on Sept. 14, 2024, 4:40 a.m.