random_strings: random_strings

Description Usage Arguments Details Value Author(s) See Also

Description

Generates random strings

Usage

1
random_strings(n = NULL, length = 8, include_numbers = T)

Arguments

n

The number of random strings

length

The length of each individual string

include_numbers

If true, numbers are used to create the string

Details

The random string generation will generate a vector of n random strings, created by sampling from upper and lower letters. If include_numbers is true, then numbers will also be used to build the random strings. Random strings are created taking into consideration a random seed if it is set by set.seed() function.

Value

A vector of n random strings of length length

Author(s)

Ricardo Vladimiro

See Also

set.seed()


rvladimiro/ognd.tools documentation built on May 28, 2019, 10:42 a.m.