emr_track.var.set | R Documentation |
Assigns value to a track variable.
emr_track.var.set(track, var, value)
track |
track name |
var |
track variable name |
value |
value |
This function creates a track variable and assigns 'value' to it. If the track variable already exists its value is overwritten.
None.
emr_track.var.get
, 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.