gtrack.var.get | R Documentation |
Returns value of a track variable.
gtrack.var.get(track = NULL, var = NULL)
track |
track name |
var |
track variable name |
This function returns the value of a track variable. If the variable does not exist an error is reported.
Track variable value.
gtrack.var.set
, 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.