emr_vtrack.exists: Checks whether the virtual track exists

View source: R/vtrack.R

emr_vtrack.existsR 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")

naryn documentation built on Sept. 27, 2024, 5:07 p.m.