Skip to contents

Make a random identification field for steps

Usage

rand_id(prefix = "step")

Arguments

prefix

A single character string

Value

A character string with the prefix and random letters separated by and underscore.

Examples

rand_id("step")
#> [1] "step__Rustico"