rbind_df: Merge data frames

View source: R/bind.R

rbind_dfR Documentation

Merge data frames

Description

Merge data frames

Usage

rbind_df(list_df)

Arguments

list_df

A list of multiple data frames with the same variables in the same order.

Value

One merged data frame with the names of the first input data frame.

Examples

str(iris)
str(rbind_df(list(iris, iris)))


bigreadr documentation built on Dec. 6, 2022, 5:08 p.m.