emr_vtrack.exists {naryn}R Documentation

Checks whether the virtual track exists

Description

Checks whether the virtual track exists.

Usage

emr_vtrack.exists(vtrack)

Arguments

vtrack

virtual track name

Details

This function checks whether the virtual track exists.

Value

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

See Also

emr_vtrack.create, emr_vtrack.ls

Examples


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

[Package naryn version 2.6.26 Index]