rcclist_to_dataframes | R Documentation |
produce list of data.frames for storage of R CMD check results in SQLite
rcclist_to_dataframes(rcclist)
rcclist |
list of results of rcmdcheck::rcmdcheck |
data(demo_rcmdcheck_out)
dfs = rcclist_to_dataframes(demo_rcmdcheck_out)
names(dfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.