Returns the ids contained by the track.
emr_track.ids(track)
track name
An Ids Table
Returns the ids contained by the track.
Note: this function ignores the current subset, i.e. ids of the whole track are returned.
emr_db.init_examples()
#> NULL
emr_track.ids("categorical_track")
#> id
#> 1 24
#> 2 25
#> 3 27
#> 4 28