Returns the ids contained by the track.

emr_track.ids(track)

Arguments

track

track name

Value

An Ids Table

Details

Returns the ids contained by the track.

Note: this function ignores the current subset, i.e. ids of the whole track are returned.

Examples


emr_db.init_examples()
#> NULL
emr_track.ids("categorical_track")
#>   id
#> 1 24
#> 2 25
#> 3 27
#> 4 28