# 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$")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab