knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

uuid4

Travis build status AppVeyor build status

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().

Installation

Install from GitHub with:

devtools::install_github("mikmart/uuid4")

Example

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)


mikmart/uuid4 documentation built on Nov. 4, 2019, 6:54 p.m.