unique_random_string: Function 'unique_random_string'

Description Usage Arguments Value See Also

View source: R/utils.R

Description

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

Usage

1
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


wlandau/remakeGenerator documentation built on May 4, 2019, 8:44 a.m.