emr_track.exists {naryn} | R Documentation |
Checks whether the track exists
Description
Checks whether the track exists.
Usage
emr_track.exists(track, db_id = NULL)
Arguments
track |
track name |
db_id |
string of a db dir passed to |
Details
This function checks whether the track exists.
If db_id
is passed, the function checks
whether the track exists in the specific db.
Value
'TRUE' if the tracks exists, otherwise 'FALSE'
See Also
Examples
emr_db.init_examples()
emr_track.exists("sparse_track")
[Package naryn version 2.6.26 Index]