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

.emr_vtrack.getR Documentation

Get virtual track parameters given a string

Description

Get virtual track parameters given a string

Usage

.emr_vtrack.get(vtrackstr, adjust_logical = TRUE)

Arguments

vtrackstr

name of the virtual track

adjust_logical

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

Value

a list with the parameters of the virtual track

Examples

emr_db.init_examples()

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


naryn documentation built on Sept. 27, 2024, 5:07 p.m.