dflst2array: Catenate a list of data.frames to a matrix along dim

Description Usage Arguments Value

View source: R/common_tools.R

Description

Catenate a list of data.frames to a matrix along dim

Usage

1
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.


cocoreg documentation built on May 2, 2019, 6:48 a.m.