Synchronize DB with any local files found, without downloading new files.

sync_db_with_files(
  raw_file_dir = find_raw(),
  db_path = find_db(),
  dryrun = FALSE,
  quiet = FALSE
)

Arguments

raw_file_dir

Directory containing the raw event TSV files.

db_path

Path to SQLite database file

dryrun

List changes to be performed without taking any action.

quiet

Don't print progress messages