powered by
This function generates universally unique ids with or without dashes
generate_uuid(keep_dashes = TRUE)
logical; an indicator of whether to keep the symbol "-" in the generated Id
character
# NOT RUN { id_w_dashes <- generate_uuid() id_wo_dashes <- generate_uuid(keep_dashes=FALSE) # }
Run the code above in your browser using DataLab