Skip to contents

The random_id() helper function can be used to create a random, character-based ID value argument of variable length (the default is 10 letters).

Usage

random_id(n = 10)

Arguments

n

Number of letters

scalar<numeric|integer> // default: 10

The n argument defines the number of lowercase letters to use for the random ID.

Value

A character vector containing a single, random ID.

Function ID

8-27

Function Introduced

v0.2.0.5 (March 31, 2020)