Returns information about a logical track
emr_track.logical.info(track)
track name
A list that contains source
- the source of the logical track, and values
: the values of the logical track.
This function returns the source and values of a logical track
emr_db.init_examples()
#> NULL
emr_track.logical.info("logical_track")
#> $source
#> [1] "categorical_track"
#>
#> $values
#> [1] 2 3
#>