if (FALSE) {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)
# specify path to folder containing the following
# files we wish to add to:
# msajc003.zcr, msajc010.zcr, msajc012.zcr, msajc015.zcr,
# msajc022.zcr, msajc023.zcr and msajc057.zcr
path2dir = "/path/to/dir/"
# add the files to session "0000" of the "ae" emuDB
add_files(emuDBhandle = ae,
dir = path2dir,
fileExtension = "zcr",
targetSessionName = "0000")
}
Run the code above in your browser using DataLab