Learn R Programming

naryn (version 2.6.30)

emr_track.var.set: Assigns value to a track variable

Description

Assigns value to a track variable.

Usage

emr_track.var.set(track, var, value)

Value

None.

Arguments

track

track name

var

track variable name

value

value

Details

This function creates a track variable and assigns 'value' to it. If the track variable already exists its value is overwritten.

See Also

emr_track.var.get, emr_track.var.ls, emr_track.var.rm

Examples

Run this code

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")

Run the code above in your browser using DataLab