An interactive shiny application to run test and item analysis.
By default, the function runs the application as a background process (Jobs
tab in the 'RStudio'). User is then free to use the Console for other work
and to try the sample R code examples. You can still run the app the usual
way in the console by specifying background = FALSE
.
startShinyItemAnalysis(background = TRUE)
logical: should the application be run as a background process (in the 'RStudio')?
No return value. Called for side effects.
# NOT RUN {
rm(list = ls())
startShinyItemAnalysis()
startShinyItemAnalysis(background = FALSE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab