.emr_vtrack.get | R Documentation |
Get virtual track parameters given a string
.emr_vtrack.get(vtrackstr, adjust_logical = TRUE)
vtrackstr |
name of the virtual track |
adjust_logical |
when the source is logical track - adjust the parameters to imitate a physical track |
a list with the parameters of the virtual track
emr_db.init_examples()
emr_vtrack.create("vtrack1", "dense_track",
time.shift = 1,
func = "max"
)
.emr_vtrack.get("vtrack1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.