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

list_files

List files of emuDB


Description

List files belonging to emuDB. For more information on the structural elements of an emuDB see vignette{emuDB}.

Usage

list_files(
  emuDBhandle,
  fileExtension = ".*",
  sessionPattern = ".*",
  bundlePattern = ".*"
)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

fileExtension

file extension of files

sessionPattern

A (RegEx) pattern matching sessions to be searched from the database

bundlePattern

A (RegEx) pattern matching bundles to be searched from the database

Value

file paths as character vector

Examples

## Not run: 

##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)

# list all files of ae emuDB
list_files(emuDBhandle = ae)

# list all files of ae emuDB in bundles ending with '3'
list_files(emuDBhandle = ae, bundlePattern=".*3$") 


## End(Not run)

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.