Description Usage Arguments Examples
produce list of data.frames for storage of BiocCheck::BiocCheck results in SQLite
1 | bcc_to_dataframes(bcclist)
|
bcclist |
list of results of BiocCheck::BiocCheck, must be named with names of packages as element names |
1 2 3 4 | data(demo_bccheck_out)
dfs = bcc_to_dataframes(demo_bccheck_out)
names(dfs)
rownames(dfs[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.