Learn R Programming

naryn (version 2.6.30)

.emr_vtrack.get: Get virtual track parameters given a string

Description

Get virtual track parameters given a string

Usage

.emr_vtrack.get(vtrackstr, adjust_logical = TRUE)

Value

a list with the parameters of the virtual track

Arguments

vtrackstr

name of the virtual track

adjust_logical

when the source is logical track - adjust the parameters to imitate a physical track

Examples

Run this code
emr_db.init_examples()

emr_vtrack.create("vtrack1", "dense_track",
    time.shift = 1,
    func = "max"
)
.emr_vtrack.get("vtrack1")

Run the code above in your browser using DataLab