createSessionName {mirtCAT} | R Documentation |
Create a unique GUI session name from a string of characters
Description
This is used in mirtCAT
to create a random session name so that
shiny
knows which environment to select objects from when multiple CAT
sessions have been initialized.
Usage
createSessionName(n = 30, datetime = TRUE)
Arguments
n |
number of upper/lower characters to sample |
datetime |
logical; include the current date/time the function was called in the string as well? This further helps with the uniqueness of the generated string |
Value
a list containing the internal environmental components for mirtCAT
[Package mirtCAT version 1.14 Index]