Description Usage Arguments Value See Also Examples
A UUID4 is a random 128-bit integer with 6 bits containing fixed version
information. They are surfaced to R as a character vector containing the
hexadecimal representation. UUIDs are generated with a PCG random number
generator, separate from R's built-in RNGs, so set.seed()
has no effect on
uuid()
.
1 | uuid(n = 1L)
|
n |
number of UUIDs to generate |
a character vector of length n
RFC 4122 for the specification. http://www.pcg-random.org for the RNG used.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.