uuidt-class              package:Ruuid              R Documentation

_C_l_a_s_s "_u_u_i_d_t": _A _c_l_a_s_s _t_o _c_o_n_t_a_i_n _U_U_I_D _v_a_l_u_e_s

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

     Class 'uuidt' wraps the actual byte values for a UUID

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects of class 'uuidt' are not intended to be created directly
     by the user.  A call to 'getuuid' or 'str2uuid' will generate such
     a value.

_S_l_o_t_s:


     '_u_u_i_d': Object of class '"character"': Byte values of the UUID

_M_e_t_h_o_d_s:


     _u_u_i_d Retrieves the byte string of the UUID

     _s_h_o_w Prints a human readable display of the byte values

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

     R. Gentleman and Jeff Gentry

_R_e_f_e_r_e_n_c_e_s:

     Theodore Ts'o's Universally Unique ID library
      <URL: http://web.mit.edu/tytso/www/home.html>

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

     'getuuid', 'Ruuid'

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

     z <- getuuid()
     a <- uuid(z)
     a
     class(a)

