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 Nov. 12, 2025, 1:06 a.m.