Delete annotations for a sample from the SQLite database
Source:R/database.R
delete_annotations_db.RdRemoves all rows for the given sample from both the annotations and
class_lists tables in a single transaction. This is a permanent
operation — the sample will appear unannotated after deletion.
Examples
if (FALSE) { # \dontrun{
db_path <- get_db_path("/data/local_db")
delete_annotations_db(db_path, "D20230101T120000_IFCB134")
} # }