R/build_sqlite.R
build_sqlite_db.Rd
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
)
character(1) a sqlite database name
character(1) path to a collection of rcmdcheck outputs
character(1) path to a collection of bco2df outputs, produced after running BiocCheck on sources
logical(1) passed to status_db_init