emr_track.var.get | R Documentation |
Returns value of a track variable.
emr_track.var.get(track, var)
track |
track name |
var |
track variable name |
This function returns the value of a track variable. If the variable does not exist NULL is returned.
Track variable value. If the variable does not exists, NULL is returned.
emr_track.var.set
, emr_track.var.ls
,
emr_track.var.rm
emr_db.init_examples()
emr_track.var.set("sparse_track", "test_var", 1:10)
emr_track.var.get("sparse_track", "test_var")
emr_track.var.rm("sparse_track", "test_var")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.