Description Usage Arguments Examples
get_unique_id
| 1 | get_unique_id(prefix = "id", suffix = "", random_length = 8)
 | 
| prefix | Default  | 
| suffix | Default ”. Character string to be added in the end. | 
| random_length | Integer, defaults to 8. In our opinion 8 serves well, providing 'uniqueness' and not being much of a eyesore. | 
| 1 2 3 | ## Not run: 
get_unique_id(base = id, random_length = 8)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.