produce list of data.frames for storage of BiocCheck::BiocCheck results in SQLite

bcc_to_dataframes(bcclist)

Arguments

bcclist

list of results of BiocCheck::BiocCheck, must be named with names of packages as element names

Examples

data(demo_bccheck_out)
dfs = bcc_to_dataframes(demo_bccheck_out)
names(dfs)
#> [1] "basic"      "bcnotes"    "bcwarnings" "bcerrors"  
rownames(dfs[[1]])
#> [1] "BiocFileCache" "IRanges"       "parody"