emr_filter.exists | R Documentation |
Checks whether the named filter exists.
emr_filter.exists(filter)
filter |
filter name |
This function checks whether the named filter exists.
'TRUE', if the named filter exists, otherwise 'FALSE'.
emr_filter.create
, emr_filter.ls
emr_db.init_examples()
emr_filter.create("f1", "dense_track", time.shift = c(2, 4))
emr_filter.exists("f1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.