createRandName: createRandName: creates a random name

Description Usage Arguments Author(s) Examples

View source: R/createRandName.R

Description

This function creates a random name consisting of a prefix and a random number from 10000 to 99999.It is used internally

Usage

1
createRandName(prefix = "panel")

Arguments

prefix

The prefix to which the random number will be added

Author(s)

Marina Saez Andreu

Examples

1
2
3
createRandName("Rodrigo")
createRandName("Rodrigo")
createRandName("Diaz")

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.