emr_track.logical.info {naryn} | R Documentation |
Returns information about a logical track
Description
Returns information about a logical track
Usage
emr_track.logical.info(track)
Arguments
track |
track name |
Details
This function returns the source and values of a logical track
Value
A list that contains source
- the source of the logical track, and values
: the values of the logical track.
See Also
Examples
emr_db.init_examples()
emr_track.logical.info("logical_track")
[Package naryn version 2.6.26 Index]