Skip to contents

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

Usage

renderAssessment(input, output, session)

Arguments

input

Input.

output

Output

session

Session.

Value

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

Examples

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