uuid_generate_nil | R Documentation |
Function generates nil uuids.
uuid_generate_nil(n = 1L)
n |
Number of generated UUIDs. |
Character vector with UUIDs.
https://www.boost.org/doc/libs/1_72_0/libs/uuid/doc/uuid.html#Nil%20Generator
# generate nil UUIDs
uuid_generate_nil(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.