Skip to contents

Function to be passed as argument to 'shinyApp(ui=...)'

Usage

assessmentOutput(pool = NULL, config = NULL, overwrite = F)

Arguments

pool

Pool

config

Config

overwrite

T/F

Value

code to be used as argument to the function 'shinyApp(ui=...)'

Examples

if (FALSE) { # \dontrun{
shinyApp(assessmentOutput(pool = getDemoPool("demo01"),
   config = getConfig(), overwrite=T), renderAssessment)
} # }