util.list_to_df: Convert List of Matrices to 'data.frame'

Description Usage Arguments Details Value

View source: R/util.R

Description

Transforms a list of matrices (with the same columns ['objects', 'counts']) into a concatenated data.frame.

Usage

1

Arguments

lst

List with matrices.

Details

This method first uses the util.list_to_matrix method to convert the given list of matrices to the concatenated version of all matrices stored in a single matrix. Afterwards the derived matrix is transformed into the data.frame returned by the function.

Value

data.frame being the concatenated version of all matrices in list lst.


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.