powered by
List session names of emuDB
list_sessions(emuDBhandle, sessionPattern = ".*")
data.frame object with session names
emuDB handle as returned by load_emuDB
load_emuDB
A regular expression pattern matching session names to be searched for in the database. Note: "_ses$" is appended to this RegEx automatically
if (FALSE) { ################################## # prerequisite: loaded ae emuDB # (see ?load_emuDB for more information) # list all sessions of ae emuDB list_sessions(emuDBhandle = ae) }
Run the code above in your browser using DataLab