data.table::setDTthreads(1)
if (FALSE) {
# Inspect the code to create the questionnaire_web_survey
print(questionnaire_web_survey)
if (interactive()) {
# Run the app with the questionnaire_web_survey
app(questionnaire = questionnaire_web_survey())
}
if (interactive()) {
# This is used by default within app
app()
}
}
Run the code above in your browser using DataLab