Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write_bundleList

write bundleList


Description

write bundleList JSON file to emuDB

Usage

write_bundleList(emuDBhandle, name, bundleList, seglist, updateDBconfig = T)

Arguments

emuDBhandle

emuDB handle object (see load_emuDB)

name

name of bundleList (excluding the _bundleList.json suffix)

bundleList

tibble/data.frame with the columns session, name, comment (optional), finishedEditing (optional). Use list_bundles

seglist

segment list returned by query function. If set the bundleList parameter will be ignored and a bundleList will be created by collapsing the segments as timeAnchors into the _bundleList.json

updateDBconfig

if set to TRUE (the default) DBconfig will be updated with the fields

  • "bundleComments": true

  • "bundleFinishedEditing": true

Details

Write bundleList JSON file to emuDB sub-dir bundleLists/


emuR

Main Package of the EMU Speech Database Management System

v2.2.0
GPL (>= 2)
Authors
Raphael Winkelmann [aut, cre], Klaus Jaensch [aut, ctb], Steve Cassidy [aut, ctb], Jonathan Harrington [aut, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.