emr_vtrack.exists | R Documentation |
Checks whether the virtual track exists.
emr_vtrack.exists(vtrack)
vtrack |
virtual track name |
This function checks whether the virtual track exists.
'TRUE' if the virtual track exists, otherwise 'FALSE'.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.