powered by
get_unique_id
get_unique_id(prefix = "id", suffix = "", random_length = 8)
Default id. Character string to be added in the front.
id
Default ''. Character string to be added in the end.
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) # }
Run the code above in your browser using DataLab