uuidt-class {Ruuid} | R Documentation |
Class uuidt
wraps the actual byte values for a UUID
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.
uuid
:"character"
: Byte values
of the UUIDR. Gentleman and Jeff Gentry
Theodore Ts'o's Universally Unique ID library
http://web.mit.edu/tytso/www/home.html
z <- getuuid() a <- uuid(z) a class(a)