rand_id {recipes}R Documentation

Make a random identification field for steps

Description

Make a random identification field for steps

Usage

rand_id(prefix = "step", len = 5)

Arguments

prefix

A single character string

len

An integer for the number of random characters

Value

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

See Also

developer_functions


[Package recipes version 1.3.1 Index]