emr_vtrack.info {naryn}R Documentation

Returns the definition of a virtual track

Description

Returns the definition of a virtual track.

Usage

emr_vtrack.info(vtrack)

Arguments

vtrack

virtual track name

Details

This function returns the internal representation of a virtual track.

Value

Internal representation of a virtual track.

See Also

emr_vtrack.create

Examples


emr_db.init_examples()
emr_vtrack.create("vtrack1", "dense_track", "max", time.shift = c(5, 10))
emr_vtrack.info("vtrack1")

[Package naryn version 2.6.26 Index]