I have two data frames are 10 rows and 11 columns. I am trying to use the abind command from the abind package to stack the data frames into an array but it just rbinds them in the same demission. Is there any easer way to turn a data frame or a matrix into an array, or am I just missing one the arguments to get it to properly? Any help would be appreciated.
code looks like array <- abind(df1,df2)