View source: R/batch_constructor.R
make_unique_id | R Documentation |
Create an unique ID
make_unique_id(name, id = sample(1:1e+14, 1, replace = FALSE), sep = ".")
name |
Name of the ID |
id |
Unique identfier. If not given selected randomly |
sep |
Separator between name and ID |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.