Performs row-level UPDATEs for reclassified images identified during class review mode. Only the changed rows are updated; other annotations for the same samples are left untouched.
Examples
if (FALSE) { # \dontrun{
db_path <- get_db_path("/data/manual")
changes <- data.frame(
sample_name = "D20230101T120000_IFCB134",
roi_number = 5L,
new_class_name = "Ciliate"
)
save_class_review_changes_db(db_path, changes, "Jane")
} # }