Description Usage Details Value See Also Examples
Generate a new unique identifier.
| 1 | new_id()
 | 
Identifiers are made using the UUIDgenerate.
Id object.
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.