Compares the latest edit date-times in the review database and in the data frame. If the provided data frame is newer, the database will be updated.
Usage
db_update(
data,
db_path,
common_vars = c("subject_id", "event_name", "item_group", "form_repeat", "item_name"),
edit_time_var = "edit_date_time"
)