powered by
This function creates a random name consisting of a prefix and a random number from 10000 to 99999.It is used internally
createRandName(prefix = "panel")
The prefix to which the random number will be added
# NOT RUN { createRandName("Rodrigo") createRandName("Rodrigo") createRandName("Diaz") # }
Run the code above in your browser using DataLab