uuid_generate_time | R Documentation |
This function generates time-based uuids using operating system provided entropy. Note that this requires Boost 1.86 or later.
uuid_generate_time(n = 1L)
n |
Number of generated UUIDs. |
Character vector with UUIDs generated under specification v7.
https://www.boost.org/doc/libs/release/libs/uuid/
# generate random UUIDs
uuid_generate_time(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.