list_bundles: List sessions in an emuDB. (A copy of the emuR function)

list_bundlesR Documentation

List sessions in an emuDB. (A copy of the emuR function)

Description

List all bundles of emuDB or of particular session.

Usage

list_bundles(
  emuDBhandle,
  session = NULL,
  sessionPattern = ".*",
  bundlePattern = ".*"
)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

session

optional session (depricated!)

sessionPattern

A regular expression pattern matching session names to be searched for in the database. Note: "_ses$" is appended to this RegEx automatically

bundlePattern

A regular expression pattern matching bundle names to be searched for in the database. Note: "_bndl$" is appended to this RegEx automatically

Value

data.frame object with columns session and name of bundles

See Also

emuR::list_bundles


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