View source: R/track-attributes.R
emr_track.attr.get | R Documentation |
Returns the value of the track attribute.
emr_track.attr.get(track = NULL, attr = NULL)
track |
track name |
attr |
attribute name |
This function returns the value of a track attribute or 'NULL' if the attribute does not exist.
Track attribute value or 'NULL'.
emr_track.attr.export
,
emr_track.attr.set
emr_db.init_examples()
emr_track.attr.set("sparse_track", "test_attr", "value")
emr_track.attr.get("sparse_track", "test_attr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.