Rinstapkg (version 0.1.0)

generate_uuid: Generate a Unique Id

Description

This function generates universally unique ids with or without dashes

Usage

generate_uuid(keep_dashes = TRUE)

Arguments

keep_dashes

logical; an indicator of whether to keep the symbol "-" in the generated Id

Value

character

Examples

Run this code
# NOT RUN {
id_w_dashes <- generate_uuid()
id_wo_dashes <- generate_uuid(keep_dashes=FALSE)
# }

Run the code above in your browser using DataCamp Workspace