Tassign {TGUICore} | R Documentation |
assigns an object to namespace TGUIenv. Tget reads object from this namespace while Texists checks for existence.
Tassign(x,value)
x |
the name of the object to be created/loaded/checked/removed in the given namespace. |
value |
the value/object to be assigned. |
internal function only
Alexander Kowarik, Bernhard Meindl