gtrack.attr.get | R Documentation |
Returns value of a track attribute.
gtrack.attr.get(track = NULL, attr = NULL)
track |
track name |
attr |
attribute name |
This function returns the value of a track attribute. If the attribute does not exist an empty sting is returned.
Track attribute value.
gtrack.attr.import
, gtrack.attr.set
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", "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.