R function to create a matrix with differing number of rows
I’m trying to create a new 4-column matrix. Each column are from a different data frame.
The problem is that the four original data frame don’t have the same row length, so I can’t use the classic code.