Description Usage Arguments Examples
View source: R/rcc_to_dataframes.R
produce list of data.frames for storage of R CMD check results in SQLite
1 | rcc_to_dataframes(rcclist)
|
rcclist |
list of results of rcmdcheck::rcmdcheck |
1 2 3 4 | data(demo_rcmdchk_out)
dfs = rcc_to_dataframes(demo_rcmdchk_out)
names(dfs)
names(dfs[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.