View source: R/track-attributes.R
emr_track.attr.set | R Documentation |
Assigns a value to the track attribute.
emr_track.attr.set(track, attr, value)
track |
one or more track names |
attr |
one or more attribute names |
value |
on or more values (strings). Can be an empty string (”). |
This function creates a track attribute and assigns 'value' to it. If the attribute already exists its value is overwritten.
Note that both attributes and values should be in ASCII encoding.
None.
emr_track.attr.get
, emr_track.attr.rm
,
emr_track.attr.export
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.