uuid_generate_name | R Documentation |
Function generates name-based uuid is derived from content in a namespace. A uuid with identical content shall yield the same uuid. Hashing algorithm is SHA1.
uuid_generate_name(x, ns = "x500dn")
x |
Character vector. |
ns |
Namespace string. Allowed values: dns, url, oid, x500dn. |
Character vector with UUIDs.
This function generates valid uuids for the NA
and empty strings.
https://www.boost.org/doc/libs/1_72_0/libs/uuid/doc/uuid.html#Name%20Generator
# generate name UUIDs
uuid_generate_name(c("one", "two"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.