new_guid: Get one or more GUIDs

Description Usage Arguments Value

Description

A GUID (globally unique ID) can be used to identify objects such as files uniquely on the system. This method is based on the system time + plus a random number sampled from a uniform distribution

Usage

1
new_guid(n = 1, sep = "-", max = 1e+05)

Arguments

n

numeric Number of guids to return

sep

character Separator character

max

numeric Maximum for randomised element (default 1e6)

Value

A new GUID based on the system time + plus a random number in 0 to max


dynatopmodel documentation built on May 1, 2019, 7:32 p.m.