Learn R Programming

naryn (version 2.6.30)

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

Description

Clear all virtual tracks from the current environment

Usage

emr_vtrack.clear()

Arguments

Value

None.

Examples

Run this code

emr_db.init_examples()
emr_vtrack.create("vtrack1", "dense_track")
emr_vtrack.ls()
emr_vtrack.clear()
emr_vtrack.ls()

Run the code above in your browser using DataLab