powered by
Checks whether the virtual track exists.
emr_vtrack.exists(vtrack)
'TRUE' if the virtual track exists, otherwise 'FALSE'.
virtual track name
This function checks whether the virtual track exists.
emr_vtrack.create, emr_vtrack.ls
emr_vtrack.create
emr_vtrack.ls
emr_db.init_examples() emr_vtrack.create("vtrack1", "dense_track", time.shift = c(5, 10), func = "max") emr_vtrack.exists("vtrack1")
Run the code above in your browser using DataLab