R/misc.R
rand_id.Rd
Make a random identification field for steps
rand_id(prefix = "step", len = 5)
A single character string
An integer for the number of random characters
A character string with the prefix and random letters separated by and underscore.
developer_functions