Learn R Programming

bigreadr (version 0.2.5)

rbind_df: Merge data frames

Description

Merge data frames

Usage

rbind_df(list_df)

Value

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

Arguments

list_df

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

Examples

Run this code
str(iris)
str(rbind_df(list(iris, iris)))

Run the code above in your browser using DataLab