randString: Generate a random string

View source: R/SOptim_AuxFunctions.R

randStringR Documentation

Generate a random string

Description

An ancillary function used to generate a random string containing integers and lettters with user-defined length.

Usage

randString(x = 10)

Arguments

x

The size of the random string to be generated (10 by default).

Value

A character string.

Examples

randString(12)


joaofgoncalves/SegOptim documentation built on Feb. 5, 2024, 11:10 p.m.