sync_db_with_files | R Documentation |
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
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.