gtrack.attr.get {misha} | R Documentation |
Returns value of a track attribute
Description
Returns value of a track attribute.
Usage
gtrack.attr.get(track = NULL, attr = NULL)
Arguments
track |
track name |
attr |
attribute name |
Details
This function returns the value of a track attribute. If the attribute does not exist an empty sting is returned.
Value
Track attribute value.
See Also
gtrack.attr.import
, gtrack.attr.set
Examples
gdb.init_examples()
gtrack.attr.set("sparse_track", "test_attr", "value")
gtrack.attr.get("sparse_track", "test_attr")
gtrack.attr.set("sparse_track", "test_attr", "")
[Package misha version 4.3.6 Index]