Learn R Programming

naryn (version 2.6.30)

emr_filter.exists: Checks whether the named filter exists

Description

Checks whether the named filter exists.

Usage

emr_filter.exists(filter)

Value

'TRUE', if the named filter exists, otherwise 'FALSE'.

Arguments

filter

filter name

Details

This function checks whether the named filter exists.

See Also

emr_filter.create, emr_filter.ls

Examples

Run this code

emr_db.init_examples()
emr_filter.create("f1", "dense_track", time.shift = c(2, 4))
emr_filter.exists("f1")

Run the code above in your browser using DataLab