emr_track.attr.set {naryn} | R Documentation |
Assigns a value to the track attribute
Description
Assigns a value to the track attribute.
Usage
emr_track.attr.set(track, attr, value)
Arguments
track |
one or more track names |
attr |
one or more attribute names |
value |
on or more values (strings). Can be an empty string (”). |
Details
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.
Value
None.
See Also
emr_track.attr.get
, emr_track.attr.rm
,
emr_track.attr.export
Examples
emr_db.init_examples()
emr_track.attr.set("sparse_track", "test_attr", "value")
emr_track.attr.get("sparse_track", "test_attr")
[Package naryn version 2.6.26 Index]