Learn R Programming

emuR (version 0.1.8)

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")
# 
# ## End(Not run)

Run the code above in your browser using DataLab