Learn R Programming

emuR (version 1.0.0)

list_bundles: List bundles of emuDB

Description

List all bundles of emuDB or of particular session.

Usage

list_bundles(emuDBhandle, session = NULL)

Arguments

emuDBhandle

emuDB handle as returned by load_emuDB

session

optional session

Value

data.frame object with columns session and name of bundles

Examples

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

# list bundles of session "0000" of ae emuDB
list_bundles(emuDBhandle = ae,
             session = "0000")

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab