list_files: Re-exported function from emuR list the files of an emuDB. (A...

list_filesR Documentation

Re-exported function from emuR list the files of an emuDB. (A copy of the emuR function)

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 = ".*"
)

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

See Also

emuR::list_files

emuR::list_files


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