Learn R Programming

KarsTS (version 2.4.1)

createRandName: 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

Examples

Run this code
# NOT RUN {
createRandName("Rodrigo")
createRandName("Rodrigo")
createRandName("Diaz")
# }

Run the code above in your browser using DataLab