Learn R Programming

evgam (version 0.1.4)

dfbind: Bind a list a data frames

Description

Bind a list a data frames

Usage

dfbind(x)

Arguments

x

a list of data frames

Value

A data frame

See Also

rbind

Examples

Run this code
# NOT RUN {
z <- list(data.frame(x=1, y=1), data.frame(x=2, y=2))
dfbind(z)

# }

Run the code above in your browser using DataLab