list_files | R Documentation |
List files belonging to emuDB. For
more information on the structural elements of an emuDB
see vignette{emuDB}
.
list_files(
emuDBhandle,
fileExtension = ".*",
sessionPattern = ".*",
bundlePattern = ".*"
)
list_files(
emuDBhandle,
fileExtension = ".*",
sessionPattern = ".*",
bundlePattern = ".*"
)
emuDBhandle |
emuDB handle as returned by |
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 |
file paths as character vector
emuR::list_files
emuR::list_files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.