list_untranscribedBundles: Find bundles in a database that have not been transcribed...

View source: R/emuR_transcriptionWork.R

list_untranscribedBundlesR Documentation

Find bundles in a database that have not been transcribed yet.

Description

Find bundles in a database that have not been transcribed yet.

Usage

list_untranscribedBundles(emuDBhandle)

Arguments

emuDBhandle

The database handle of an emuR database.

Value

A vector of bundle names

Author(s)

Fredrik Karlsson

Examples

## Not run: 
reindeer:::create_ae_db() -> ae
# Make a test case for this particular function
unlink(file.path(ae$basePath,"0000_ses/msajc012_bndl/msajc012_annot.json"))
print(list_untranscribedBundles(ae))
reindeer:::detach_demo_db(ae)

## End(Not run)


humlab-speech/reindeer documentation built on May 21, 2023, 4:43 p.m.