powered by
Generate a new unique identifier.
new_id()
Id object.
Id
Identifiers are made using the uuid::UUIDgenerate().
uuid::UUIDgenerate()
uuid::UUIDgenerate().
# 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)
Run the code above in your browser using DataLab