run_questionnaire {bdclean}R Documentation

Execute the Questionnaire and save user responses.

Description

Execute the Questionnaire and save user responses.

Usage

run_questionnaire(custom_questionnaire = NULL)

Arguments

custom_questionnaire

Custom User Created Questionnaire if already available.

Value

list with BdQuestionObjects containing user answers

Examples


if(interactive()){ 

responses <- run_questionnaire()

}


[Package bdclean version 0.1.15 Index]