Generates a random character string that is different from each of the values in exclude.

unique_random_string(exclude = NULL, n = 30)

Arguments

exclude
excluded values for the returned character string
n
number of characters in the returned character string

Value

random character string not in exclude

See also

help_remakeGenerator