setVariable {tkRplotR} | R Documentation |
Set, Get, and Remove Variables
Description
Define, get, and remove variables
Usage
setVariable(name, value = NULL)
getVariable(name, value = NULL)
rmVariable(name)
Arguments
name |
name of the variable |
value |
the value of the variable |
Examples
setVariable("var1", 1)
exists("var1")
getVariable("var1")
rmVariable("var1")
getVariable("var1")
getVariable("tkRplotR_pngType")
[Package tkRplotR version 0.1.7 Index]