build_sqlite_db | R Documentation |
use outputs of get_checks and get_bcc to build a database of all events of error or warning
build_sqlite_db(
dbname = "chks.sqlite",
rcmdcheck_obj_dir,
bccheck_obj_dir,
exists_ok = FALSE
)
dbname |
character(1) a sqlite database name |
rcmdcheck_obj_dir |
character(1) path to a collection of rcmdcheck outputs |
bccheck_obj_dir |
character(1) path to a collection of bco2df outputs, produced after running BiocCheck on sources |
exists_ok |
logical(1) passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.