tempvar                package:svMisc                R Documentation

_G_e_t _a_n _a_r_b_i_t_r_a_r_y _n_a_m_e _f_o_r _a _t_e_m_p_o_r_a_r_y _v_a_r_i_a_b_l_e

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

     The function ensures that the variable name is cryptic enough and
     is not already used.

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

     tempvar(pattern = ".var")

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

 pattern: The prefix for the variable (the rest is a random number) 

_V_a_l_u_e:

     A string with the name of a variable

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

     Philippe Grosjean <phgrosjean@sciviews.org>

_S_e_e _A_l_s_o:

     'Sys.tempdir'

_E_x_a_m_p_l_e_s:

     tempvar()

