Rdocumentation
powered by
Learn R Programming
cocoreg (version 0.1.1)
dflst2array: Catenate a list of data.frames to a matrix along dim
Description
Catenate a list of data.frames to a matrix along dim
Usage
dflst2array(df_lst, dim = 2)
Arguments
df_lst
[1,m] list of data.frames, A list of data.frames to process
dim
[1,1] int, Dimension to apply over
Value
A matrix with elements of df_lst converted to matrix and catenated along dim.