Identifier
Generate a new unique identifier.
new_id()
Identifiers are made using the uuid::UUIDgenerate()
.
Id
object.
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.