createRandName {KarsTS} | R Documentation |
createRandName: creates a random name
Description
This function creates a random name consisting of a prefix and a random number from 10000 to 99999.It is used internally
Usage
createRandName(prefix = "panel")
Arguments
prefix |
The prefix to which the random number will be added |
Author(s)
Marina Saez Andreu
Examples
createRandName("Rodrigo")
createRandName("Rodrigo")
createRandName("Diaz")
[Package KarsTS version 2.4.1 Index]