sync_db_with_files: Synchronize DB with raw files

View source: R/database.R

sync_db_with_filesR Documentation

Synchronize DB with raw files

Description

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

Usage

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


andybega/icews documentation built on July 7, 2023, 1:29 p.m.