R/process_artifacts.R
process_artifacts.Rd
process outputs of tbchecks and get_pnet to run browse_checks
process_artifacts(
dbpath = tempfile(),
run_app = TRUE,
startup = TRUE,
serialize_pnet = TRUE,
pnet_obj_name = "pnet.rds"
)
character(1) a SQLite database will be produced here
logical(1) defaults to TRUE; runs browse_checks
on available data
logical(1) defaults to TRUE; passed to status_db_init
logical(1) if TRUE emits list of pkgnet outputs as RDS
character(1) defaults to "pnet.rds"
Starts a SQLite connection. The connection is closed in the call to dbConnect, this should be conditioned with an on.exit here in case the connection was not closed. If run_app is FALSE, the connection is closed on exit. This function will create a SQLite database and list of pkgnet objects for use with browse_checks.