View source: R/emuR_transcriptionWork.R
list_untranscribedBundles | R Documentation |
Find bundles in a database that have not been transcribed yet.
list_untranscribedBundles(emuDBhandle)
emuDBhandle |
The database handle of an emuR database. |
A vector of bundle names
Fredrik Karlsson
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.