Ruuid-class {Ruuid} | R Documentation |
Class Ruuid
wraps and handles the UUID values for
the user within R.
Objects are not intended to be directly created. A user can retrieve
a new instantiation of this class with the getuuid
function.
stringRep
:"character"
A human
readable string representation of the IDuuid
:"uuidt"
Contains the
actual UUID value."uuidt"
objectRuuid
objects
and have the same string representation.Ruuid
objects
and have different string representations.R. Gentleman and Jeff Gentry
Theodore Ts'o's Universally Unique ID library
http://web.mit.edu/tytso/www/home.html
z <- getuuid() z class(z)