Returns information about a logical track

emr_track.logical.info(track)

Arguments

track

track name

Value

A list that contains source - the source of the logical track, and values: the values of the logical track.

Details

This function returns the source and values of a logical track

See also

Examples

emr_db.init_examples()
#> NULL
emr_track.logical.info("logical_track")
#> $source
#> [1] "categorical_track"
#> 
#> $values
#> [1] 2 3
#>