Learn R Programming

emuR (version 2.3.0)

list_sessions: List sessions of emuDB

Description

List session names of emuDB

Usage

list_sessions(emuDBhandle, sessionPattern = ".*")

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

sessionPattern

A regular expression pattern matching session names to be searched for in the database. Note: "_ses$" is appended to this RegEx automatically

Value

data.frame object with session names

Examples

Run this code
# NOT RUN {
##################################
# prerequisite: loaded ae emuDB
# (see ?load_emuDB for more information)

# list all sessions of ae emuDB
list_sessions(emuDBhandle = ae)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab