compare_database: Compare two database versions and summarize differences

View source: R/qaqc.R

compare_databaseR Documentation

Compare two database versions and summarize differences

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

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 Nov. 14, 2024, 1:25 p.m.