.emr_vtrack.get {naryn} | R 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")
[Package naryn version 2.6.30 Index]