random_string: Generate a random string of specified length

Description Usage Arguments Value

View source: R/utils.R

Description

Generate a random string of specified length

Usage

1
random_string(string_length = 6, replace = TRUE)

Arguments

string_length

Integer, length of the string to generate.

replace

Bollean, Use replace in the sampling procedure.

Value

A random string.


durandmorgan/DecoupleR documentation built on Jan. 1, 2021, 12:09 a.m.