buildId | R Documentation |
Builds strings that could be used as identifiers.
buildId(numOfItems, prefix)
numOfItems |
A number. This defines the number of elements to be output. |
prefix |
A string. This defines the prefix for the strings. |
This function can be used to build an alphanumeric sequence that can be used as a primary key in a data table or a unique identifier of an element.
A character with the alphanumeric strings is returned. These strings use the prefix that is mentioned in the argument "prefix"
userId <- buildId(numOfItems = 3, prefix = "uid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.