Checks whether the track exists.
emr_track.exists(track, db_id = NULL)
track name
string of a db dir passed to emr_db.connect
'TRUE' if the tracks exists, otherwise 'FALSE'
This function checks whether the track exists.
If db_id
is passed, the function checks
whether the track exists in the specific db.
emr_db.init_examples()
#> NULL
emr_track.exists("sparse_track")
#> [1] TRUE