https://github.com/cran/mirtCAT
Raw File
Tip revision: 4d529fe92e732b9c0e8b85bbc2222f2cbad0320d authored by Phil Chalmers on 12 July 2024, 19:50:05 UTC
version 1.14
Tip revision: 4d529fe
createSessionName.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{createSessionName}
\alias{createSessionName}
\title{Create a unique GUI session name from a string of characters}
\usage{
createSessionName(n = 30, datetime = TRUE)
}
\arguments{
\item{n}{number of upper/lower characters to sample}

\item{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
}
\description{
This is used in \code{\link{mirtCAT}} to create a random session name so that
\code{shiny} knows which environment to select objects from when multiple CAT
sessions have been initialized.
}
back to top