Learn R Programming

naryn (version 2.6.30)

emr_vtrack.rm: Deletes a virtual track

Description

Deletes a virtual track.

Usage

emr_vtrack.rm(vtrack)

Value

None.

Arguments

vtrack

virtual track name

Details

This function deletes a virtual track from current R environment.

See Also

emr_vtrack.create, emr_vtrack.ls

Examples

Run this code

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

Run the code above in your browser using DataLab