powered by
dfList(l)
a <- data.frame(a=c(1,2,4),b=c(5,5,6)) b <- data.frame(a=c(3,4,5,6), b=c(8,8,5,4), c=c(9,4,2,1)) x <- list(a,b) dfList(x)
Run the code above in your browser using DataLab