Learn R Programming

misha (version 4.2.9)

gtrack.var.get: Returns value of a track variable

Description

Returns value of a track variable.

Usage

gtrack.var.get(track = NULL, var = NULL)

Value

Track variable value.

Arguments

track

track name

var

track variable name

Details

This function returns the value of a track variable. If the variable does not exist an error is reported.

See Also

gtrack.var.set, gtrack.var.ls, gtrack.var.rm

Examples

Run this code
# \dontshow{
options(gmax.processes = 2)
# }

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")

Run the code above in your browser using DataLab