Learn R Programming

misha (version 4.2.9)

gtrack.attr.get: Returns value of a track attribute

Description

Returns value of a track attribute.

Usage

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

Value

Track attribute value.

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.

See Also

gtrack.attr.import, gtrack.attr.set

Examples

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

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

Run the code above in your browser using DataLab