Description Usage Arguments Value Examples
Chech if the list elements are data.table or data.frame, id rownames [[1]] and [[2]] are identical (for data.frame only, use first column as row id with data.table), and if colnames [[1]] are identical to rownames [[3]]. Check also dataframes dimension to check consistency and propose to transform data.frame to data.table.
1  | check.list.format(dlist, rownamesL = F, data.tableL = F, debugL = F)
 | 
dlist | 
 Three levels list with [[1]] Datamatrix, [[2]] SamplesMetadata, [[3]] VariableMetadata.  | 
rownamesL | 
 Does data.frame store Rows ID as rownames ?  | 
debugL | 
 Logical to show debugging messsages  | 
tibbleL | 
 Logical to convert data.frame and data.table dlist to tibbles.  | 
Print result of check as character and return the dlist (or converted dlist) if format is ok
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.