Learn R Programming

naryn (version 2.6.30)

emr_track.attr.get: Returns the value of the track attribute

Description

Returns the value of the track attribute.

Usage

emr_track.attr.get(track = NULL, attr = NULL)

Value

Track attribute value or 'NULL'.

Arguments

track

track name

attr

attribute name

Details

This function returns the value of a track attribute or 'NULL' if the attribute does not exist.

See Also

emr_track.attr.export, emr_track.attr.set

Examples

Run this code

emr_db.init_examples()
emr_track.attr.set("sparse_track", "test_attr", "value")
emr_track.attr.get("sparse_track", "test_attr")

Run the code above in your browser using DataLab