Description Usage Arguments Details Value Author(s) Examples
Generate a UUID.
1 2 3 4 5 |
x |
A vector of to convert between |
uppercase |
Should the result be in uppercase? |
uuid
generates a random universally unique identifier.
hex2raw
converts a hexadecimal string to a raw
vector.
raw2hex
converts a raw
vector to a hexadecimal string.
For uuid
, a list of length 2:
string
: A character vector giving the UUID.
bytes
: The raw
bytes of the UUID.
For hex2raw
, a raw
vector.
For raw2hex
, a character vector of length 1.
Kylie A. Bemis
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.