to.data.table: Check dlist table format and convert to data.table

Description Usage Arguments Value Examples

Description

Check the format of 3 levels list tables print a class summary and convert to data.table if not. User can specify if there is rownames (if data.frame were used in entry) so the function can place them as first variable (since data.table does not use rownames logic).

Usage

1
to.data.table(dlist, rownamesL = F)

Arguments

dlist

Three levels list with [[1]] Datamatrix, [[2]] SamplesMetadata, [[3]] VariableMetadata.

rownamesL

Logical to specify wether the input dlist use data.frame rownames to store rowID.

Value

The dlist with data converted to dataframe. Also print a check status of class used in the dlist

Examples

1

Mystilivia/SDjoygret documentation built on May 7, 2019, 5:17 p.m.