R/utils.R
random_string.Rd
Generate a random string of specified length
random_string(string_length = 6, replace = TRUE)
Integer, length of the string to generate.
Bollean, Use replace in the sampling procedure.
A random string.