createRandomString: Generates n unique random character strings of a given length

Description Usage Arguments Value Examples

View source: R/internal_functions.r

Description

Generates n unique random character strings of a given length

Usage

1
createRandomString(n = 1, strlen = 10)

Arguments

n

the number of unique random strings to return

strlen

random string length

Value

a vector of unique random character strings

Examples

1
2
3
# for reproducibility make sure to set the seed
set.seed(123456789)
createRandomString(1, 10)

gonzolgarcia/svpluscnv documentation built on March 4, 2020, 10:06 a.m.