gtrack.var.set | R Documentation |
Assigns value to a track variable.
gtrack.var.set(track = NULL, var = NULL, value = NULL)
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.
gtrack.var.get
, gtrack.var.ls
,
gtrack.var.rm
gdb.init_examples()
gtrack.var.set("sparse_track", "test_var", 1:10)
gtrack.var.get("sparse_track", "test_var")
gtrack.var.rm("sparse_track", "test_var")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.