View source: R/track-attributes.R
emr_track.attr.rm | R Documentation |
Deletes a track attribute.
emr_track.attr.rm(track, attr)
track |
one or more track names |
attr |
attribute name |
This function deletes a track attribute.
None.
emr_track.attr.set
, emr_track.attr.get
,
emr_track.attr.export
emr_db.init_examples()
emr_track.attr.set("sparse_track", "test_attr", "value")
emr_track.attr.export()
emr_track.attr.rm("sparse_track", "test_attr")
emr_track.attr.export()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.