emr_track.info {naryn} | R Documentation |
Returns information about the track.
Description
This function returns information about the track: type, data type, number of vales, number of unique values, minimal / maximal value, minimal / maximal id, minimal / maximal time.
Usage
emr_track.info(track)
Arguments
track |
track name |
Details
Note: this function ignores the current subset, i.e. it is applied to the whole track.
Value
A list that contains track properties
See Also
Examples
emr_db.init_examples()
emr_track.info("sparse_track")
[Package naryn version 2.6.26 Index]