Tassign               package:TGUICore               R Documentation

_T_a_s_s_i_g_n

_D_e_s_c_r_i_p_t_i_o_n:

     assigns an object to namespace TGUIenv. Tget reads object from
     this namespace while Texists checks for existence.

_U_s_a_g_e:

     Tassign(x,value)

_A_r_g_u_m_e_n_t_s:

       x: the name of the object to be created/loaded/checked/removed
          in the given namespace.

   value: the value/object to be assigned.

_D_e_t_a_i_l_s:

     internal function only

_A_u_t_h_o_r(_s):

     Alexander Kowarik, Bernhard Meindl

