emr_track.var.get: Returns value of a track variable

View source: R/track-vars.R

emr_track.var.getR Documentation

Returns value of a track variable

Description

Returns value of a track variable.

Usage

emr_track.var.get(track, var)

Arguments

track

track name

var

track variable name

Details

This function returns the value of a track variable. If the variable does not exist NULL is returned.

Value

Track variable value. If the variable does not exists, NULL is returned.

See Also

emr_track.var.set, emr_track.var.ls, emr_track.var.rm

Examples


emr_db.init_examples()
emr_track.var.set("sparse_track", "test_var", 1:10)
emr_track.var.get("sparse_track", "test_var")
emr_track.var.rm("sparse_track", "test_var")

naryn documentation built on Sept. 27, 2024, 5:07 p.m.