Learn R Programming

synchronicity (version 1.3.5)

uuid: Create a universal unique identifier.

Description

This function creates an identifier that will be (with high probability) unique on a single machine or group of machines.

Usage

uuid()

Arguments

Value

A unique string.

Author

Michael J. Kane <bigmemoryauthors@gmail.com>

Details

The functions uses the boost uuid functionality.

References

http://www.boost.org/doc/libs/1_42_0/libs/uuid/uuid.html

Examples

Run this code
print(uuid())
print(uuid())

Run the code above in your browser using DataLab