emr_track.exists | 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_track.ls
, emr_track.info
emr_db.init_examples()
emr_track.exists("sparse_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.