powered by
list.cbind(.data)
list
x <- list(data.frame(i=1:5,x=rnorm(5)), data.frame(y=rnorm(5),z=rnorm(5))) list.cbind(x)
Run the code above in your browser using DataLab