compare_database | R Documentation |
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.
compare_database(old_path, new_path, log_file = NULL)
old_path |
Path to older database version |
new_path |
Path to newest database version |
log_file |
Path to output log file (optional) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.