emr_vtrack.clear: Clear all virtual tracks from the current environment

View source: R/vtrack.R

emr_vtrack.clearR 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()

naryn documentation built on Sept. 27, 2024, 5:07 p.m.