emr_vtrack.info: Returns the definition of a virtual track

View source: R/vtrack.R

emr_vtrack.infoR 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")

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