Checks whether the virtual track exists.
emr_vtrack.exists(vtrack)
virtual track name
'TRUE' if the virtual track exists, otherwise 'FALSE'.
This function checks whether the virtual track exists.
emr_db.init_examples()
#> NULL
emr_vtrack.create("vtrack1", "dense_track", time.shift = c(5, 10), func = "max")
emr_vtrack.exists("vtrack1")
#> [1] TRUE