knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Fast generation of version 4 universally unique identifiers (UUID4s) as specified in RFC 4122. uuid4 does not use R's random number generators, and thus is not affected by set.seed()
.
Install from GitHub with:
devtools::install_github("mikmart/uuid4")
Create a single UUID by calling uuid()
without arguments:
uuid4::uuid()
Or specify the number of UUIDs you want to get a vector:
uuid4::uuid(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.