emr_vtrack.clear {naryn} | R Documentation |
Clear all virtual tracks from the current environment
Description
Clear all virtual tracks from the current environment
Usage
emr_vtrack.clear()
Value
None.
Examples
emr_db.init_examples()
emr_vtrack.create("vtrack1", "dense_track")
emr_vtrack.ls()
emr_vtrack.clear()
emr_vtrack.ls()
[Package naryn version 2.6.26 Index]