Skip to contents

Generate a random string of specified length

Usage

random_string(string_length = 6, replace = TRUE)

Arguments

string_length

Integer, length of the string to generate.

replace

Bollean, Use replace in the sampling procedure.

Value

A random string.