emr_track.exists {naryn} | R Documentation |
Checks whether the track exists.
emr_track.exists(track, db_id = NULL)
track |
track name |
db_id |
string of a db dir passed to |
This function checks whether the track exists.
If db_id
is passed, the function checks
whether the track exists in the specific db.
'TRUE' if the tracks exists, otherwise 'FALSE'
emr_db.init_examples()
emr_track.exists("sparse_track")