Learn R Programming

naryn (version 2.6.30)

emr_vtrack.exists: Checks whether the virtual track exists

Description

Checks whether the virtual track exists.

Usage

emr_vtrack.exists(vtrack)

Value

'TRUE' if the virtual track exists, otherwise 'FALSE'.

Arguments

vtrack

virtual track name

Details

This function checks whether the virtual track exists.

See Also

emr_vtrack.create, emr_vtrack.ls

Examples

Run this code

emr_db.init_examples()
emr_vtrack.create("vtrack1", "dense_track", time.shift = c(5, 10), func = "max")
emr_vtrack.exists("vtrack1")

Run the code above in your browser using DataLab