Learn R Programming

recipes (version 1.1.0)

rand_id: Make a random identification field for steps

Description

Make a random identification field for steps

Usage

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

Value

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

Arguments

prefix

A single character string

len

An integer for the number of random characters

See Also

developer_functions