bdclean (version 0.1.15)

get_user_response: Internal function for getting user response

Description

Internal function for getting user response

Usage

get_user_response(bd_question)

Arguments

bd_question

The BDQuestion object to get users responses.

Examples

Run this code
# NOT RUN {
if(interactive()){ 

question <- BdQuestion()
responses <- get_user_response(question)

}
# }

Run the code above in your browser using DataLab