get_unique_id {flowr} | R Documentation |
get_unique_id
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. |
## Not run:
get_unique_id(base = id, random_length = 8)
## End(Not run)