createStrings: Creates random, unique character strings.

Description Usage Arguments References

Description

Makes them unique by randomly choosing the character strings; and, in case it is necessary, adding numbers to the end using make.unique.

Usage

1
createStrings(number, length, upper = FALSE)

Arguments

number

Specifies the number of character strings that should be created.

length

Specifies the length of each character string in letters.

upper

Binary parameter specifying whether the character strings should be uppercase. Default = FALSE, so the character strings are all lowercase.

References

http://stackoverflow.com/a/1439541/560791


andymckenzie/bayesbio documentation built on June 13, 2019, 7:01 p.m.