new_id: Identifier

Description Usage Details Value See Also Examples

Description

Generate a new unique identifier.

Usage

1

Details

Identifiers are made using the UUIDgenerate.

Value

Id object.

See Also

UUIDgenerate.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# create new id
i <- new_id()

# print id
print(i)

# convert to character
as.character(i)

# check if it is an Id object
is.Id(i)

prioritizr/prioritizrutils documentation built on May 25, 2019, 12:20 p.m.