Allows to delete annotation items programmatically.
delete_itemsInLevel(
emuDBhandle,
itemsToDelete,
rewriteAllAnnots = TRUE,
verbose = TRUE
)
emuDB handle as returned by load_emuDB
A data frame with the columns
session
,
bundle
,
level
,
start_item_seq_idx
(start_item_seq_idx
is used instead of e.g.
seq_idx
so that the result of a query
call can be used directly.
*None* of the columns should be factors.
sequenceIndex
must be numeric (natural-valued), all other columns must
be of type character.
should changes be written to file system (_annot.json files) (intended for expert use only)
if set to TRUE
, more status messages are printed