random_string {configulaR}R Documentation

Generate a random string of specified length

Description

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.


[Package configulaR version 0.1.1 Index]