dfl <- list(data.frame(idx = sample(100, 30), x = rnorm(30)),
data.frame(idx = sample(100, 30), y = rnorm(30)),
data.frame(idx = sample(100, 30), z = rnorm(30)))
list_join_df(dfl)
Run the code above in your browser using DataLab