Learn R Programming

ShinyItemAnalysis (version 1.3.4)

startShinyItemAnalysis: Start ShinyItemAnalysis application

Description

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.

Usage

startShinyItemAnalysis(background = TRUE)

Arguments

background

logical: should the application be run as a background process (in the 'RStudio')?

Value

No return value. Called for side effects.

Examples

Run this code
# NOT RUN {
rm(list = ls())
startShinyItemAnalysis()
startShinyItemAnalysis(background = FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab