compare_database: Compare two database versions and summarize differences

Description Usage Arguments

Description

Loads data from two separate databases and prints a summary of which records have been added or removed. Note this does not check for changes to individual values, it only looks at which IDs have been added or removed.

Usage

1
compare_database(old_path, new_path, log_file = NULL)

Arguments

old_path

Path to older database version

new_path

Path to newest database version

log_file

Path to output log file (optional)


walkerjeffd/myrwaR documentation built on May 3, 2019, 10:46 p.m.